gnu: alsa-modular-synth: Drop Qt 4.
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Replace "qt-4" with "qt". [arguments]: Add configure flag to build with Qt 5.
This commit is contained in:
parent
59a4dd509b
commit
ee6a88b118
1 changed files with 3 additions and 1 deletions
|
|
@ -80,6 +80,8 @@
|
||||||
(base32
|
(base32
|
||||||
"1azbrhpfk4nnybr7kgmc7w6al6xnzppg853vas8gmkh185kk11l0"))))
|
"1azbrhpfk4nnybr7kgmc7w6al6xnzppg853vas8gmkh185kk11l0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags '("--enable-qt5")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
;; We cannot use zita-alsa-pcmi (the successor of clalsadrv) due to
|
;; We cannot use zita-alsa-pcmi (the successor of clalsadrv) due to
|
||||||
|
|
@ -89,7 +91,7 @@
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("ladspa" ,ladspa)
|
("ladspa" ,ladspa)
|
||||||
("liblo" ,liblo)
|
("liblo" ,liblo)
|
||||||
("qt" ,qt-4)))
|
("qt" ,qt)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://alsamodular.sourceforge.net/")
|
(home-page "http://alsamodular.sourceforge.net/")
|
||||||
|
|
|
||||||
Reference in a new issue