flake.lock: update

This commit is contained in:
Mihai Fufezan 2024-09-01 17:18:50 +03:00
parent 4af9410dc2
commit 5b1375141b
No known key found for this signature in database
2 changed files with 14 additions and 11 deletions

View file

@ -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 = [