mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 5 additions and 2 deletions
|
@ -2112,9 +2112,12 @@ (define-public qsynth
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue