mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qtkeychain: Use modular qt.
* gnu/packages/qt.scm (qtkeychain)[inputs]: Add qtbase. Remove qt. [native-inputs]: Add qttools.
This commit is contained in:
parent
132978615e
commit
18174d8acd
1 changed files with 3 additions and 1 deletions
|
@ -1070,8 +1070,10 @@ (define-public qtkeychain
|
|||
(sha256
|
||||
(base32 "0fka5q5cdzlf79igcjgbnb2smvwbwfasqawkzkbr34whispgm6lz"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("qttools" ,qttools)))
|
||||
(inputs
|
||||
`(("qt" ,qt)))
|
||||
`(("qtbase" ,qtbase)))
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests included
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue