.
This commit is contained in:
parent
4790c48014
commit
059cd3f7de
1 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue