htgoebel pushed a commit to branch master
in repository guix.

commit 37aa54b7221bb1709889d6ba21107b8eb80d6b97
Author: Hartmut Goebel <[email protected]>
Date:   Sun Jun 4 17:55:33 2017 +0200

    gnu: ktexteditor: Add more optional inputs.
    
    * gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add
      pkg-config.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e4a2e99..995d452 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2664,7 +2664,8 @@ types or handled by application specific code.")
     (propagated-inputs
      `(("kparts" ,kparts)))
     (native-inputs
-     `(("extra-cmake-modules" ,extra-cmake-modules)))
+     `(("extra-cmake-modules" ,extra-cmake-modules)
+       ("pkg-config" ,pkg-config)))
     (inputs
      `(("karchive" ,karchive)
        ("kauth" ,kauth)

Reply via email to