guix-env.scm: Comment on python-numpy pulling in texlive

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.
This commit is contained in:
Christopher Allan Webber 2016-03-24 14:23:49 -07:00
parent 0ce775ac2a
commit 3f08f780f6

View 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))))