From 3f08f780f6698622dba0e8de74ece9194fdb7726 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 24 Mar 2016 14:23:49 -0700 Subject: [PATCH] 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. --- guix-env.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)))) -- 2.25.1