This commit is contained in:
Daniel Ziltener 2023-11-28 11:05:19 +01:00
parent 059cd3f7de
commit e62a7b5dbd
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -192,7 +192,7 @@ Wayland compositor based on wlroots") (description "Hyprland.")
(add-before 'configure
'pre-configure
(lambda* (#:key outputs #:allow-other-keys)
(system "pkgs-config --list-all")
(system "pkg-config --list-all")
(system "patch -p1 -i nix/patches/meson-build.patch"))))))
(native-inputs
(list gcc-13