mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ktexteditor: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add pkg-config.
This commit is contained in:
parent
7cf6793b4e
commit
37aa54b722
1 changed files with 2 additions and 1 deletions
|
@ -2664,7 +2664,8 @@ (define-public ktexteditor
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue