guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/18: gnu: ktexteditor: Add more optional inputs.


From: Hartmut Goebel
Subject: 09/18: gnu: ktexteditor: Add more optional inputs.
Date: Thu, 8 Jun 2017 13:15:32 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 37aa54b7221bb1709889d6ba21107b8eb80d6b97
Author: Hartmut Goebel <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]