1
0
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:
Hartmut Goebel
2017-05-15 18:14:17 +02:00
parent 0cd3e818e7
commit 72b073ca9e

View File

@@ -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)