gnu: freehdl: Fix build.
* gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.master
parent
99b23feeb9
commit
c67f2a7694
|
@ -1699,6 +1699,7 @@ parallel computing platforms. It also supports serial execution.")
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config-native" ,pkg-config)
|
`(("pkg-config-native" ,pkg-config)
|
||||||
|
("gcc" ,gcc-5)
|
||||||
("libtool-native" ,libtool)))
|
("libtool-native" ,libtool)))
|
||||||
(home-page "http://www.freehdl.seul.org/")
|
(home-page "http://www.freehdl.seul.org/")
|
||||||
(synopsis "VHDL simulator")
|
(synopsis "VHDL simulator")
|
||||||
|
|
Reference in New Issue