.
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"))))))
|
(("/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
|
||||||
jq
|
jq
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue