guix-env.scm: Comment on python-numpy pulling in texlive
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 24 Mar 2016 21:23:49 +0000 (14:23 -0700)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 24 Mar 2016 21:23:49 +0000 (14:23 -0700)
textlive-texmf is currently a dependency of texlive in Guix, and is
very large.  Users may want to know and disable this dependency, if
they can bear limiting the media types they are developing with.

* guix-env.scm: New comment on returned package.

guix-env.scm

index a592a731e59e97ceba2ba14cd897f3fbf0719fd4..b8e3671ca13a94e2e9eb80484bc55a845c0349c7 100644 (file)
@@ -191,7 +191,8 @@ media.")
      ("python-pygobject" ,python-pygobject)
      ("python-gst" ,python-gst)
      ;; Needs python-gst in order for all tests to pass
-     ("python-numpy" ,python-numpy)
+     ("python-numpy" ,python-numpy)  ; this pulls in texlive...
+                                     ; and texlive-texmf is very large...
      ("python-chardet", python-chardet)
      ("python-psycopg2" ,python-psycopg2)
      ,@(package-propagated-inputs mediagoblin))))