aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-01 17:18:50 +0300
committerMihai Fufezan <[email protected]>2024-09-01 17:18:57 +0300
commit5b1375141bd77c26023fb4a8dc087272be82849a (patch)
treeac7e820072bb7f575ac13e86e48bf149e28181b7 /nix
parent4af9410dc2d0e241276a0797d3f3d276310d956e (diff)
downloadHyprland-5b1375141bd77c26023fb4a8dc087272be82849a.tar.gz
Hyprland-5b1375141bd77c26023fb4a8dc087272be82849a.zip
flake.lock: update
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 64796a90..6a4979f1 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -89,6 +89,10 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
DIRTY = lib.optionalString (commit == "") "dirty";
HASH = commit;
+ depsBuildBuild = [
+ pkg-config
+ ];
+
nativeBuildInputs = [
hyprwayland-scanner
jq
@@ -97,8 +101,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
ninja
pkg-config
python3 # for udis86
- # re-add after https://github.com/NixOS/nixpkgs/pull/214906 hits nixos-unstable
- # wayland-scanner
+ wayland-scanner
];
outputs = [