gnu: texlive: Move script packages from native-inputs to inputs.
authorAndreas Enge <andreas@enge.fr>
Wed, 29 Oct 2014 23:01:02 +0000 (00:01 +0100)
committerAndreas Enge <andreas@enge.fr>
Wed, 29 Oct 2014 23:01:02 +0000 (00:01 +0100)
* gnu/packages/texlive.scm (texlive): Move perl, python and tcsh from
    native inputs to inputs.

gnu/packages/texlive.scm

index 5d6cc65..02637be 100644 (file)
              ("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