mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-23 10:40:31 +02:00
gnu: kcompletion: Remove unused native input.
The xorg server is not required since change
548f99b3e0.
* gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove
xorg-server.
This commit is contained in:
@@ -1303,8 +1303,7 @@ utilities.")
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("qttools" ,qttools)
|
||||
("xorg-server" ,xorg-server)))
|
||||
("qttools" ,qttools)))
|
||||
(inputs
|
||||
`(("kconfig" ,kconfig)
|
||||
("kwidgetsaddons" ,kwidgetsaddons)
|
||||
|
||||
Reference in New Issue
Block a user