This commit is contained in:
Daniel Ziltener 2023-11-28 10:09:46 +01:00
parent 44a266806a
commit dd63891319
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -85,7 +85,6 @@ Wayland compositor based on wlroots") (description "Hyprland.")
(sha256 (sha256
(base32 "17h8gy7wvsxg1ypq70b0cldz6h599xi7fibawlm2g6cvxkmzdwzh")) (base32 "17h8gy7wvsxg1ypq70b0cldz6h599xi7fibawlm2g6cvxkmzdwzh"))
(modules '((guix build utils))) (modules '((guix build utils)))
(patches "hyprland-meson-build.patch")
(snippet (snippet
#~(begin #~(begin
;;(delete-file-recursively "subprojects/wlroots") ;;(delete-file-recursively "subprojects/wlroots")
@ -114,7 +113,13 @@ 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 '("-DNO_SYSTEMD=true"))) '(#:configure-flags
'("-DNO_SYSTEMD=true")
#:phases (modify-phases %standard-phases
(add-before 'configure
'pre-configure
(lambda* (#:key outputs #:allow-other-keys)
(system "patch . nix/patches/meson-build.patch"))))))
(native-inputs (native-inputs
(list gcc-13 (list gcc-13
jq jq