Skip to content
Snippets Groups Projects
Unverified Commit ca1cab82 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: drumstick: Build with modular qt.

* gnu/packages/music.scm (drumstick)[inputs]: Remove qt, add qtbase, qtsvg.
parent 07831f7a
No related branches found
No related tags found
No related merge requests found
......@@ -1086,7 +1086,8 @@ (define-public drumstick
"/manpages/docbook.xsl")))
#t)))))
(inputs
`(("qt" ,qt)
`(("qtbase" ,qtbase)
("qtsvg" ,qtsvg)
("alsa-lib" ,alsa-lib)
("fluidsynth" ,fluidsynth)))
(native-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment