guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gcl: Build with standard gcc.


From: guix-commits
Subject: 01/01: gnu: gcl: Build with standard gcc.
Date: Sun, 16 Dec 2018 02:39:51 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 978154aee5a98d8ec085f169963a8e1a0cfb07e7
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 16 09:38:46 2018 +0200

    gnu: gcl: Build with standard gcc.
    
    * gnu/packages/lisp.scm (gcl)[native-inputs]: Remove address@hidden
---
 gnu/packages/lisp.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d1c0a2e..f3f9165 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]