gnu: gcl: Remove unnecessary texlive input.

* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
master
Pierre Neidhardt 2018-11-24 15:43:41 +01:00
parent 3fe6fcc45f
commit 27ebd5c4f9
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,7 @@
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net> ;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -168,8 +169,7 @@
(native-inputs (native-inputs
`(("gcc" ,gcc-4.9) `(("gcc" ,gcc-4.9)
("m4" ,m4) ("m4" ,m4)
("texinfo" ,texinfo) ("texinfo" ,texinfo)))
("texlive" ,texlive)))
(home-page "https://www.gnu.org/software/gcl/") (home-page "https://www.gnu.org/software/gcl/")
(synopsis "A Common Lisp implementation") (synopsis "A Common Lisp implementation")
(description "GCL is an implementation of the Common Lisp language. It (description "GCL is an implementation of the Common Lisp language. It