htgoebel pushed a commit to branch master
in repository guix.

commit 72b073ca9e6a3a9702d4f206602fa105e9af48ab
Author: Hartmut Goebel <[email protected]>
Date:   Mon May 15 18:14:17 2017 +0200

    gnu: kcompletion: Remove unused native input.
    
    The xorg server is not required since change
    548f99b3e0d3647f29ddc3c3864ca36b655f14ec.
    
    * gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove
      xorg-server.
---
 gnu/packages/kde-frameworks.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1547c01..0354e1d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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)

Reply via email to