Note werkzeug breaking in Guix.
authorBen Sturmfels <ben@sturm.com.au>
Wed, 1 Apr 2020 04:30:25 +0000 (15:30 +1100)
committerBen Sturmfels <ben@sturm.com.au>
Wed, 1 Apr 2020 04:30:25 +0000 (15:30 +1100)
The `python-lxml` package has also moved.

guix-env.scm

index df312c8254acb2ed6b4eee02af68ff1cf59805af..2ec9fff5b70231173bafcb1df41e034fd0933906 100644 (file)
              (gnu packages ssh)
              (gnu packages time)
              (gnu packages version-control)
+             (gnu packages xml)
              ((guix licenses) #:select (expat zlib) #:prefix license:))
 
 ;; =================================================================
        ("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/")