diff options
author | Mihai Fufezan <[email protected]> | 2024-09-22 12:37:08 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-22 12:43:17 +0300 |
commit | 48f2f490d0db7026f20c67495fdd80c38f1581f7 (patch) | |
tree | f2b7d75a038f1b738eefcff3fa2ce96e08c3d0d6 | |
parent | 94c7996b874aa1400a9310c760b35336c151778b (diff) | |
download | Hyprland-nix.tar.gz Hyprland-nix.zip |
Nix: drop ninja for CMake buildnix
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/default.nix b/nix/default.nix index ad5d392b..4b1f3f63 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -6,7 +6,6 @@ pkgconf, makeWrapper, cmake, - ninja, aquamarine, binutils, cairo, @@ -105,7 +104,6 @@ in jq makeWrapper cmake - ninja pkg-config python3 # for udis86 wayland-scanner |