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
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1303,8 +1303,7 @@ (define-public kcompletion
(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)