gnu: freehdl: Fix build.

* gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.
This commit is contained in:
Ricardo Wurmus 2020-01-26 10:32:39 +01:00
parent 99b23feeb9
commit c67f2a7694
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1699,6 +1699,7 @@ (define-public freehdl
("libtool" ,libtool)))
(native-inputs
`(("pkg-config-native" ,pkg-config)
("gcc" ,gcc-5)
("libtool-native" ,libtool)))
(home-page "http://www.freehdl.seul.org/")
(synopsis "VHDL simulator")