.
This commit is contained in:
parent
44a266806a
commit
dd63891319
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue