~ruther/guix-local

598f639413eb9ad525621410e4cc982fd10f170e — David Craven 9 years ago 51b1d53
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