diff options
-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)))) |