From dee31a39843a3b4e3cb7f319d26eabf032e48d92 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 1 Apr 2020 15:30:25 +1100 Subject: [PATCH] Note werkzeug breaking in Guix. The `python-lxml` package has also moved. --- guix-env.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/") -- 2.25.1