mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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")))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("qt" ,qt)
|
||||
`(("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("fluidsynth" ,fluidsynth)))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue