gnu: qsynth: Use modular qt. * gnu/packages/audio.scm (qsynth)[inputs]: Add qtbase, qtx11extras. Remove qt. [native-inputs]: Add qttools.
1 files changed, 5 insertions(+), 2 deletions(-) M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +5 -2
@@ 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