aboutsummaryrefslogtreecommitdiffstats
path: root/guix-env.scm
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-05-01 16:37:23 +1000
committerBen Sturmfels <ben@sturm.com.au>2020-05-01 16:41:07 +1000
commite77430eb273f352f5e777888b73c95ca0beda593 (patch)
tree20cb44b16ec1a6a79ba63dce13c4f3fd54b9688e /guix-env.scm
parent880b2584bb412fb4be43cd84c8ee704c90308aad (diff)
downloadmediagoblin-e77430eb273f352f5e777888b73c95ca0beda593.tar.lz
mediagoblin-e77430eb273f352f5e777888b73c95ca0beda593.tar.xz
mediagoblin-e77430eb273f352f5e777888b73c95ca0beda593.zip
Add release notes for v0.10.0.
Diffstat (limited to 'guix-env.scm')
-rw-r--r--guix-env.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guix-env.scm b/guix-env.scm
index 53ecf060..04469aaf 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -49,6 +49,7 @@
;;; python3 -m venv --system-site-packages . && bin/python setup.py develop --no-deps
;;; bin/python -m pip install --force-reinstall PasteScript # workaround
;;; bin/python -m pip install 'werkzeug<1.0.0' # workaround
+;;; bin/python -m pip install 'email-validator' # email-validator
;;;
;;; ... wait whaaat, what's that venv line?! I thought you said this
;;; was a reasonable virtualenv replacement! Well it is and it will
@@ -106,6 +107,7 @@
(gnu packages rsync)
(gnu packages ssh)
(gnu packages time)
+ (gnu packages video)
(gnu packages version-control)
(gnu packages xml)
((guix licenses) #:select (expat zlib) #:prefix license:))
@@ -205,6 +207,7 @@ media.")
(version "git")
(inputs
`(;;; audio/video stuff
+ ("openh264" ,openh264)
("gstreamer" ,gstreamer)
("gst-libav" ,gst-plugins-base)
("gst-plugins-base" ,gst-plugins-base)