guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gcl: Remove unnecessary texlive input.


From: guix-commits
Subject: 01/02: gnu: gcl: Remove unnecessary texlive input.
Date: Sat, 24 Nov 2018 12:38:52 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 27ebd5c4f9361a3964f2cde647f5afa70fd9f2af
Author: Pierre Neidhardt <address@hidden>
Date:   Sat Nov 24 15:43:41 2018 +0100

    gnu: gcl: Remove unnecessary texlive input.
    
    * gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 37ce6fa..ea839ef 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Benjamin Slade <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
+;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -168,8 +169,7 @@
       (native-inputs
        `(("gcc" ,gcc-4.9)
          ("m4" ,m4)
-         ("texinfo" ,texinfo)
-         ("texlive" ,texlive)))
+         ("texinfo" ,texinfo)))
       (home-page "https://www.gnu.org/software/gcl/";)
       (synopsis "A Common Lisp implementation")
       (description "GCL is an implementation of the Common Lisp language.  It



reply via email to

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