.
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
|
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))
|
||||||
|
|
Loading…
Reference in a new issue