diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-11-24 15:43:41 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-11-24 18:36:13 +0100 |
commit | 27ebd5c4f9361a3964f2cde647f5afa70fd9f2af (patch) | |
tree | 7e940e61895ce0d13b372e0a6b951ce1ca3fc6ec /gnu | |
parent | 3fe6fcc45fe52ac1afeb30afd4565ef5118e0fa7 (diff) | |
download | patches-27ebd5c4f9361a3964f2cde647f5afa70fd9f2af.tar patches-27ebd5c4f9361a3964f2cde647f5afa70fd9f2af.tar.gz |
gnu: gcl: Remove unnecessary texlive input.
* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 37ce6fa983..ea839ef58b 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net> ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com> +;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; ;;; 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 |