gnu: texlive: Add input (t)csh.

* gnu/packages/texlive.scm (texlive): Add input tcsh.
This commit is contained in:
Andreas Enge 2013-02-11 11:07:02 +01:00
parent 16fd1db547
commit 95b6c70f6b

View file

@ -32,6 +32,7 @@ (define-module (gnu packages texlive)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages tcsh)
#:use-module (gnu packages zip))
(define texlive-extra-src
@ -68,9 +69,10 @@ (define-public texlive
("perl" ,perl)
("poppler" ,poppler)
("pkg-config" ,pkg-config)
;; FIXME: Add interpreters csh, fontforge and ruby,
;; FIXME: Add interpreters fontforge and ruby,
;; once they are available.
("python" ,python)
("tcsh" ,tcsh)
("teckit" ,teckit)
("t1lib" ,t1lib)
("zlib" ,zlib)