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:
parent
0ce775ac2a
commit
3f08f780f6
@ -191,7 +191,8 @@ media.")
|
|||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
("python-gst" ,python-gst)
|
("python-gst" ,python-gst)
|
||||||
;; Needs python-gst in order for all tests to pass
|
;; 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-chardet", python-chardet)
|
||||||
("python-psycopg2" ,python-psycopg2)
|
("python-psycopg2" ,python-psycopg2)
|
||||||
,@(package-propagated-inputs mediagoblin))))
|
,@(package-propagated-inputs mediagoblin))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user