This commit is contained in:
Daniel Ziltener 2023-11-28 11:07:43 +01:00
parent e62a7b5dbd
commit f359ff2291
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

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