mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -706,7 +706,8 @@ (define-public synthv1
|
|||
("lv2" ,lv2)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("liblo" ,liblo)
|
||||
("qt" ,qt)))
|
||||
("qtbase" ,qtbase)
|
||||
("qttools" ,qttools)))
|
||||
(home-page "http://synthv1.sourceforge.net")
|
||||
(synopsis "Polyphonic subtractive synthesizer")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue