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.
("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))))