me
/
guix
Archived
1
0
Fork 0

gnu: ktexteditor: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add
  pkg-config.
master
Hartmut Goebel 2017-06-04 17:55:33 +02:00
parent 7cf6793b4e
commit 37aa54b722
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 1 deletions

View File

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