gnu: freehdl: Depend on the current 'gcc-toolchain'.
* gnu/packages/engineering.scm (freehdl)[inputs]: Change 'gcc-toolchain-5' to 'gcc-toolchain'.
This commit is contained in:
parent
b887ede17d
commit
40a99ca014
|
@ -1496,7 +1496,7 @@ parallel computing platforms. It also supports serial execution.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("coreutils" ,coreutils)
|
`(("coreutils" ,coreutils)
|
||||||
("gcc-toolchain" ,gcc-toolchain-5)
|
("gcc-toolchain" ,gcc-toolchain)
|
||||||
("guile" ,guile-2.2)
|
("guile" ,guile-2.2)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in New Issue