mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: texlive: Add input (t)csh.
* gnu/packages/texlive.scm (texlive): Add input tcsh.
This commit is contained in:
parent
16fd1db547
commit
95b6c70f6b
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue