gnu: libqmatrixclient: Build with modular qt.
* gnu/packages/messaging.scm (libqmatrixclient)[inputs]: Remove qt, add qtbase.master
parent
6f066db11f
commit
9febf39582
|
@ -1660,7 +1660,7 @@ notifications, and Python scripting support.")
|
||||||
"03pxmr4wa818fgqddkr2fkwz6pda538x3ic9yq7c40x98zqf55w5"))))
|
"03pxmr4wa818fgqddkr2fkwz6pda538x3ic9yq7c40x98zqf55w5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qt" ,qt)))
|
`(("qtbase" ,qtbase)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")
|
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")
|
||||||
#:tests? #f)) ; No tests
|
#:tests? #f)) ; No tests
|
||||||
|
|
Reference in New Issue