diff options
author | Mihai Fufezan <[email protected]> | 2024-04-21 19:58:54 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-05-05 16:30:39 +0300 |
commit | f15513309b24790099d42974274eb23f66f7c985 (patch) | |
tree | 07c48555fa44434c9f2a1ed3e8f1ad64111bcf42 /flake.lock | |
parent | 99aa34db6e3529717961cf31ad08ab000d66cd77 (diff) | |
download | Hyprland-f15513309b24790099d42974274eb23f66f7c985.tar.gz Hyprland-f15513309b24790099d42974274eb23f66f7c985.zip |
Nix: use CMake for builds instead of Meson
Build using submodules instead of patching the build process and using
Nix derivations of the subprojects.
From this commit on, you'll have to change the Hyprland flake url to
`git+https://github.com/hyprwm/Hyprland?submodules=1`
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 25 |
1 files changed, 3 insertions, 22 deletions
@@ -29,9 +29,11 @@ "hyprland-protocols": { "inputs": { "nixpkgs": [ + "xdph", "nixpkgs" ], "systems": [ + "xdph", "systems" ] }, @@ -114,12 +116,10 @@ "root": { "inputs": { "hyprcursor": "hyprcursor", - "hyprland-protocols": "hyprland-protocols", "hyprlang": "hyprlang", "hyprwayland-scanner": "hyprwayland-scanner", "nixpkgs": "nixpkgs", "systems": "systems", - "wlroots": "wlroots", "xdph": "xdph" } }, @@ -138,28 +138,9 @@ "type": "github" } }, - "wlroots": { - "flake": false, - "locked": { - "lastModified": 1713731601, - "narHash": "sha256-bdcKdtLkusvv85DNuJsajZLFeq7bXp+x5AGP1Sd4wD8=", - "owner": "hyprwm", - "repo": "wlroots-hyprland", - "rev": "5c1d51c5a2793480f5b6c4341ad0797052aec2ea", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "wlroots-hyprland", - "rev": "5c1d51c5a2793480f5b6c4341ad0797052aec2ea", - "type": "github" - } - }, "xdph": { "inputs": { - "hyprland-protocols": [ - "hyprland-protocols" - ], + "hyprland-protocols": "hyprland-protocols", "hyprlang": [ "hyprlang" ], |