gnu: gcl: Build with gcc@4.9.

* gnu/packages/lisp.scm (gcl)[native-inputs]: Add gcc@4.9.
master
Efraim Flashner 2017-04-10 05:20:36 +03:00
parent 96e98d51a7
commit 5c7815f205
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -113,7 +114,8 @@
(alist-delete 'strip
%standard-phases))))
(native-inputs
`(("m4" ,m4)
`(("gcc" ,gcc-4.9)
("m4" ,m4)
("readline" ,readline)
("texinfo" ,texinfo)
("texlive" ,texlive)))