gnu: alsa-modular-synth: Build with GCC 5.
* gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5.
This commit is contained in:
parent
316fa45ea4
commit
bed0c4c83d
|
@ -145,7 +145,8 @@
|
|||
("qtbase" ,qtbase)
|
||||
("qttools" ,qttools)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gcc" ,gcc-5)))
|
||||
(home-page "http://alsamodular.sourceforge.net/")
|
||||
(synopsis "Realtime modular synthesizer and effect processor")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue