gnu: gcl: Build with standard gcc.

* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove gcc@4.9.
master
Efraim Flashner 2018-12-16 09:38:46 +02:00
parent f5d4c46c2c
commit 978154aee5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -168,8 +168,7 @@
`(("gmp" ,gmp)
("readline" ,readline)))
(native-inputs
`(("gcc" ,gcc-4.9)
("m4" ,m4)
`(("m4" ,m4)
("texinfo" ,texinfo)))
(home-page "https://www.gnu.org/software/gcl/")
(synopsis "A Common Lisp implementation")