mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1496,7 +1496,7 @@ (define-public freehdl
|
|||
#t)))))
|
||||
(inputs
|
||||
`(("coreutils" ,coreutils)
|
||||
("gcc-toolchain" ,gcc-toolchain-5)
|
||||
("gcc-toolchain" ,gcc-toolchain)
|
||||
("guile" ,guile-2.2)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue