gnu: qsynth: Use modular qt.

* gnu/packages/audio.scm (qsynth)[inputs]: Add qtbase, qtx11extras. Remove qt.
[native-inputs]: Add qttools.
master
David Craven 2016-08-15 20:31:24 +02:00
parent 51b1d53987
commit 598f639413
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 5 additions and 2 deletions

View File

@ -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