mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02: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:
+3
-1
@@ -1070,8 +1070,10 @@ contain over 620 classes.")
|
||||
(sha256
|
||||
(base32 "0fka5q5cdzlf79igcjgbnb2smvwbwfasqawkzkbr34whispgm6lz"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("qttools" ,qttools)))
|
||||
(inputs
|
||||
`(("qt" ,qt)))
|
||||
`(("qtbase" ,qtbase)))
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests included
|
||||
#:phases
|
||||
|
||||
Reference in New Issue
Block a user