diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-03-24 14:23:49 -0700 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-03-24 14:23:49 -0700 |
commit | 3f08f780f6698622dba0e8de74ece9194fdb7726 (patch) | |
tree | a36007c1dce99458d55d5ffa43906d91366e8759 /guix-env.scm | |
parent | 0ce775ac2aa210b3bbd4707e33c9e1d9d756e3f7 (diff) | |
download | mediagoblin-3f08f780f6698622dba0e8de74ece9194fdb7726.tar.lz mediagoblin-3f08f780f6698622dba0e8de74ece9194fdb7726.tar.xz mediagoblin-3f08f780f6698622dba0e8de74ece9194fdb7726.zip |
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.
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-env.scm b/guix-env.scm index a592a731..b8e3671c 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -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)))) |