This commit is contained in:
Daniel Ziltener 2024-04-30 23:47:03 +02:00
parent 2e4608dfb3
commit 54a9b489dd
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -309,7 +309,7 @@ and libliftoff will pick hardware planes for these layers if possible.")
python-wrapper python-wrapper
jq jq
pkg-config)) pkg-config))
(propagated-inputs (inputs
(list cairo (list cairo
eudev eudev
gcc-13 gcc-13
@ -358,9 +358,9 @@ more.")
(native-inputs (native-inputs
(modify-inputs (modify-inputs
(package-native-inputs hyprland))) (package-native-inputs hyprland)))
(propagated-inputs (inputs
(modify-inputs (modify-inputs
(package-propagated-inputs hyprland) (package-inputs hyprland)
(append libxcomposite) (append libxcomposite)
(append libxfixes) (append libxfixes)
(append xcb-util) (append xcb-util)
@ -517,10 +517,9 @@ more.")
"-Dcpp_args=-std=gnu++2b") "-Dcpp_args=-std=gnu++2b")
#:phases #~(modify-phases %standard-phases #:phases #~(modify-phases %standard-phases
(delete 'check)))) (delete 'check))))
(propagated-inputs
(list hyprland))
(native-inputs (native-inputs
(list utils:cmake (list utils:cmake
hyprland
gcc-13 gcc-13
pkg-config pkg-config
wayland)) wayland))