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