~ruther/guix-local

e5f2afdbb52c832285dccae2831934058994a515 — Efraim Flashner 9 years ago 0a0bfd6
gnu: synthv1: Build with modular qt.

* gnu/packages/music.scm (synthv1)[inputs]: Remove qt, add qtbase, qttools.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +2 -1
@@ 706,7 706,8 @@ Editor.  It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
       ("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