gnu: synthv1: Build with modular qt.
* gnu/packages/music.scm (synthv1)[inputs]: Remove qt, add qtbase, qttools.
This commit is contained in:
parent
0a0bfd685e
commit
e5f2afdbb5
|
@ -706,7 +706,8 @@ Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
|
||||||
("lv2" ,lv2)
|
("lv2" ,lv2)
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
("liblo" ,liblo)
|
("liblo" ,liblo)
|
||||||
("qt" ,qt)))
|
("qtbase" ,qtbase)
|
||||||
|
("qttools" ,qttools)))
|
||||||
(home-page "http://synthv1.sourceforge.net")
|
(home-page "http://synthv1.sourceforge.net")
|
||||||
(synopsis "Polyphonic subtractive synthesizer")
|
(synopsis "Polyphonic subtractive synthesizer")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue