From: Ben Sturmfels Date: Wed, 1 Apr 2020 04:30:25 +0000 (+1100) Subject: Note werkzeug breaking in Guix. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dee31a39843a3b4e3cb7f319d26eabf032e48d92;p=mediagoblin.git Note werkzeug breaking in Guix. The `python-lxml` package has also moved. --- 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/")