mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: gcl: Build with standard gcc.
* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove gcc@4.9.
This commit is contained in:
parent
f5d4c46c2c
commit
978154aee5
1 changed files with 1 additions and 2 deletions
|
@ -168,8 +168,7 @@ (define-public gcl
|
||||||
`(("gmp" ,gmp)
|
`(("gmp" ,gmp)
|
||||||
("readline" ,readline)))
|
("readline" ,readline)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gcc" ,gcc-4.9)
|
`(("m4" ,m4)
|
||||||
("m4" ,m4)
|
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(home-page "https://www.gnu.org/software/gcl/")
|
(home-page "https://www.gnu.org/software/gcl/")
|
||||||
(synopsis "A Common Lisp implementation")
|
(synopsis "A Common Lisp implementation")
|
||||||
|
|
Loading…
Reference in a new issue