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
1 changed files with 4 additions and 5 deletions

View File

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