gnu: drumstick: Build with modular qt.
* gnu/packages/music.scm (drumstick)[inputs]: Remove qt, add qtbase, qtsvg.
This commit is contained in:
parent
07831f7a36
commit
ca1cab8243
1 changed files with 2 additions and 1 deletions
|
@ -1086,7 +1086,8 @@ browser.")
|
||||||
"/manpages/docbook.xsl")))
|
"/manpages/docbook.xsl")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qt" ,qt)
|
`(("qtbase" ,qtbase)
|
||||||
|
("qtsvg" ,qtsvg)
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
("fluidsynth" ,fluidsynth)))
|
("fluidsynth" ,fluidsynth)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue