diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-04-01 15:30:25 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-04-01 15:30:25 +1100 |
commit | dee31a39843a3b4e3cb7f319d26eabf032e48d92 (patch) | |
tree | b7d9df7128352fac3e98f56c06b8fbaf06d377d2 | |
parent | 5c77906947e8eb04360f175950911fdbefe60642 (diff) | |
download | mediagoblin-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.scm | 3 |
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/") |