gnu: freehdl: Depend on the current 'gcc-toolchain'.

* gnu/packages/engineering.scm (freehdl)[inputs]: Change
'gcc-toolchain-5' to 'gcc-toolchain'.
master
Ludovic Courtès 2017-10-27 12:37:38 -07:00
parent b887ede17d
commit 40a99ca014
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1496,7 +1496,7 @@ parallel computing platforms. It also supports serial execution.")
#t)))))
(inputs
`(("coreutils" ,coreutils)
("gcc-toolchain" ,gcc-toolchain-5)
("gcc-toolchain" ,gcc-toolchain)
("guile" ,guile-2.2)
("perl" ,perl)
("pkg-config" ,pkg-config)