diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-01-26 10:32:39 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-01-26 10:32:39 +0100 |
commit | c67f2a76946d9189e331edd1608c2f2f19701ce7 (patch) | |
tree | 06af939c9ad042a3596fc4a9dab1e4df49759045 /gnu | |
parent | 99b23feeb9d06f07b4a04af624a69ed12637b112 (diff) | |
download | guix-c67f2a76946d9189e331edd1608c2f2f19701ce7.tar guix-c67f2a76946d9189e331edd1608c2f2f19701ce7.tar.gz |
gnu: freehdl: Fix build.
* gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index c4c0fd5304..4db8109249 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1699,6 +1699,7 @@ parallel computing platforms. It also supports serial execution.") ("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") |