This commit is contained in:
Daniel Ziltener 2023-11-28 11:03:50 +01:00
parent 4790c48014
commit 059cd3f7de
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -187,13 +187,13 @@ Wayland compositor based on wlroots") (description "Hyprland.")
(("/usr") "$out"))))))
(build-system meson-build-system)
(arguments
'(;#:configure-flags
;'("-DNO_SYSTEMD=true")
#:phases (modify-phases %standard-phases
(add-before 'configure
'pre-configure
(lambda* (#:key outputs #:allow-other-keys)
(system "patch -p1 -i nix/patches/meson-build.patch"))))))
'(#:phases
(modify-phases %standard-phases
(add-before 'configure
'pre-configure
(lambda* (#:key outputs #:allow-other-keys)
(system "pkgs-config --list-all")
(system "patch -p1 -i nix/patches/meson-build.patch"))))))
(native-inputs
(list gcc-13
jq
@ -202,8 +202,6 @@ Wayland compositor based on wlroots") (description "Hyprland.")
mesa-headers
meson
pkg-config))
(propagated-inputs
(list wlroots))
(inputs
(list cairo
egl-wayland