mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: freehdl: Fix build.
* gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.
This commit is contained in:
parent
99b23feeb9
commit
c67f2a7694
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue