aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-04-01 15:30:25 +1100
committerBen Sturmfels <ben@sturm.com.au>2020-04-01 15:30:25 +1100
commitdee31a39843a3b4e3cb7f319d26eabf032e48d92 (patch)
treeb7d9df7128352fac3e98f56c06b8fbaf06d377d2
parent5c77906947e8eb04360f175950911fdbefe60642 (diff)
downloadmediagoblin-dee31a39843a3b4e3cb7f319d26eabf032e48d92.tar.lz
mediagoblin-dee31a39843a3b4e3cb7f319d26eabf032e48d92.tar.xz
mediagoblin-dee31a39843a3b4e3cb7f319d26eabf032e48d92.zip
Note werkzeug breaking in Guix.
The `python-lxml` package has also moved.
-rw-r--r--guix-env.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-env.scm b/guix-env.scm
index df312c82..2ec9fff5 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -100,6 +100,7 @@
(gnu packages ssh)
(gnu packages time)
(gnu packages version-control)
+ (gnu packages xml)
((guix licenses) #:select (expat zlib) #:prefix license:))
;; =================================================================
@@ -182,7 +183,7 @@
("python-docutils" ,python-docutils)
("python-sqlalchemy" ,python-sqlalchemy)
("python-unidecode" ,python-unidecode)
- ("python-werkzeug" ,python-werkzeug)
+ ("python-werkzeug" ,python-werkzeug) ; Broken due to missing werkzeug.contrib.atom in 1.0.0.
("python-exif-read" ,python-exif-read)
("python-wtforms" ,python-wtforms)))
(home-page "http://mediagoblin.org/")