From 95b6c70f6b3da28c1e1e869308614d317e621269 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 11 Feb 2013 11:07:02 +0100 Subject: gnu: texlive: Add input (t)csh. * gnu/packages/texlive.scm (texlive): Add input tcsh. --- gnu/packages/texlive.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index 3c91818372..82193a006e 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -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) -- cgit v1.2.3