diff options
-rw-r--r-- | guix-env.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-env.scm b/guix-env.scm index abbbbc81..a592a731 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -189,6 +189,7 @@ media.") `(("python" ,python) ("python-virtualenv" ,python-virtualenv) ("python-pygobject" ,python-pygobject) + ("python-gst" ,python-gst) ;; Needs python-gst in order for all tests to pass ("python-numpy" ,python-numpy) ("python-chardet", python-chardet) |