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.master
parent
b32c8549e4
commit
e9a6d2252c
|
@ -80,18 +80,18 @@
|
|||
("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
|
||||
|
|
Reference in New Issue