.
This commit is contained in:
parent
2e4608dfb3
commit
54a9b489dd
1 changed files with 4 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue