diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-03-09 12:05:31 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-03-09 12:05:31 -0800 |
commit | f0346c7aad65de35f45a0370ef06c6fd2e57b579 (patch) | |
tree | a660b90b96f2f0ec7e8910300f530fe40447dabc /guix-env.scm | |
parent | 17aaab69075f33e8e31f5fbf5bcad54882aa244b (diff) | |
download | mediagoblin-f0346c7aad65de35f45a0370ef06c6fd2e57b579.tar.lz mediagoblin-f0346c7aad65de35f45a0370ef06c6fd2e57b579.tar.xz mediagoblin-f0346c7aad65de35f45a0370ef06c6fd2e57b579.zip |
Add python-gst to guix-env.scm
Diffstat (limited to 'guix-env.scm')
-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) |