gnu: texlive: Move script packages from native-inputs to inputs.

* gnu/packages/texlive.scm (texlive): Move perl, python and tcsh from
    native inputs to inputs.
This commit is contained in:
Andreas Enge 2014-10-30 00:01:02 +01:00
parent b32c8549e4
commit e9a6d2252c

View file

@ -80,18 +80,18 @@ (define-public texlive
("libpng" ,libpng)
("libxaw" ,libxaw)
("libxt" ,libxt)
("perl" ,perl)
("pixman" ,pixman)
("poppler" ,poppler)
("potrace" ,potrace)
("python" ,python-2) ; incompatible with Python 3 (print syntax)
("ruby" ,ruby)
("tcsh" ,tcsh)
("teckit" ,teckit)
("zlib" ,zlib)
("zziplib" ,zziplib)))
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config)
("python" ,python-2) ; incompatible with Python 3 (print syntax)
("tcsh" ,tcsh)))
`(("pkg-config" ,pkg-config)))
(outputs '("out" "data"))
(arguments
`(#:out-of-source? #t