diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 11:31:54 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 18:06:42 +0300 |
commit | e5f2afdbb52c832285dccae2831934058994a515 (patch) | |
tree | dc94105fea6c0b21d0b94bef71adb861951cda9a /gnu | |
parent | 0a0bfd685e15e9aecbb36c0ed370d796ba7df862 (diff) | |
download | guix-e5f2afdbb52c832285dccae2831934058994a515.tar guix-e5f2afdbb52c832285dccae2831934058994a515.tar.gz |
gnu: synthv1: Build with modular qt.
* gnu/packages/music.scm (synthv1)[inputs]: Remove qt, add qtbase, qttools.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index d297f70312..bd8a86cef0 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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 |