Add python-gst to guix-env.scm

This commit is contained in:
Christopher Allan Webber 2016-03-09 12:05:31 -08:00
parent 17aaab6907
commit f0346c7aad

View File

@ -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)