gnu: qsynth: Use modular qt.
* gnu/packages/audio.scm (qsynth)[inputs]: Add qtbase, qtx11extras. Remove qt. [native-inputs]: Add qttools.
This commit is contained in:
parent
51b1d53987
commit
598f639413
|
@ -2112,9 +2112,12 @@ interface.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no "check" phase
|
`(#:tests? #f)) ; no "check" phase
|
||||||
|
(native-inputs
|
||||||
|
`(("qttools" ,qttools)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qt" ,qt)
|
`(("fluidsynth" ,fluidsynth)
|
||||||
("fluidsynth" ,fluidsynth)))
|
("qtbase" ,qtbase)
|
||||||
|
("qtx11extras" ,qtx11extras)))
|
||||||
(home-page "http://qsynth.sourceforge.net")
|
(home-page "http://qsynth.sourceforge.net")
|
||||||
(synopsis "Graphical user interface for FluidSynth")
|
(synopsis "Graphical user interface for FluidSynth")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue