From 598f639413eb9ad525621410e4cc982fd10f170e Mon Sep 17 00:00:00 2001 From: David Craven Date: Mon, 15 Aug 2016 20:31:24 +0200 Subject: gnu: qsynth: Use modular qt. * gnu/packages/audio.scm (qsynth)[inputs]: Add qtbase, qtx11extras. Remove qt. [native-inputs]: Add qttools. --- gnu/packages/audio.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 5c42aaa493..a21cd5b84e 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2112,9 +2112,12 @@ interface.") (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no "check" phase + (native-inputs + `(("qttools" ,qttools))) (inputs - `(("qt" ,qt) - ("fluidsynth" ,fluidsynth))) + `(("fluidsynth" ,fluidsynth) + ("qtbase" ,qtbase) + ("qtx11extras" ,qtx11extras))) (home-page "http://qsynth.sourceforge.net") (synopsis "Graphical user interface for FluidSynth") (description -- cgit v1.2.3