gnu: vmpk: Build with modular qt.
* gnu/packages/music.scm (vmpk)[inputs]: Remove qt, add qtbase, qtsvg, qttools, qtx11extras.
This commit is contained in:
parent
e5f2afdbb5
commit
07831f7a36
|
@ -1133,7 +1133,10 @@ backends, including ALSA, OSS, Network and FluidSynth.")
|
|||
#t)))))
|
||||
(inputs
|
||||
`(("drumstick" ,drumstick)
|
||||
("qt" ,qt)))
|
||||
("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qttools" ,qttools)
|
||||
("qtx11extras" ,qtx11extras)))
|
||||
(native-inputs
|
||||
`(("libxslt" ,libxslt) ;for xsltproc
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
|
|
Loading…
Reference in New Issue