gnu: alsa-modular-synth: Build with GCC 5.

* gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5.
master
Ricardo Wurmus 2019-09-19 15:01:37 +02:00
parent 316fa45ea4
commit bed0c4c83d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

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