From e5f2afdbb52c832285dccae2831934058994a515 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 16 Jun 2016 11:31:54 +0300 Subject: gnu: synthv1: Build with modular qt. * gnu/packages/music.scm (synthv1)[inputs]: Remove qt, add qtbase, qttools. --- gnu/packages/music.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/music.scm') 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 -- cgit v1.2.3