Note werkzeug breaking in Guix.

The `python-lxml` package has also moved.
This commit is contained in:
Ben Sturmfels 2020-04-01 15:30:25 +11:00
parent 5c77906947
commit dee31a3984
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -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/")