mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kglobalaccel: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add pkg-config.
This commit is contained in:
parent
91499e4524
commit
7a8287da25
1 changed files with 1 additions and 0 deletions
|
@ -2275,6 +2275,7 @@ (define-public kglobalaccel
|
|||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(inputs
|
||||
`(("kconfig" ,kconfig)
|
||||
|
|
Loading…
Reference in a new issue