Note werkzeug breaking in Guix.
The `python-lxml` package has also moved.
This commit is contained in:
parent
5c77906947
commit
dee31a3984
@ -100,6 +100,7 @@
|
|||||||
(gnu packages ssh)
|
(gnu packages ssh)
|
||||||
(gnu packages time)
|
(gnu packages time)
|
||||||
(gnu packages version-control)
|
(gnu packages version-control)
|
||||||
|
(gnu packages xml)
|
||||||
((guix licenses) #:select (expat zlib) #:prefix license:))
|
((guix licenses) #:select (expat zlib) #:prefix license:))
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
@ -182,7 +183,7 @@
|
|||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("python-sqlalchemy" ,python-sqlalchemy)
|
("python-sqlalchemy" ,python-sqlalchemy)
|
||||||
("python-unidecode" ,python-unidecode)
|
("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-exif-read" ,python-exif-read)
|
||||||
("python-wtforms" ,python-wtforms)))
|
("python-wtforms" ,python-wtforms)))
|
||||||
(home-page "http://mediagoblin.org/")
|
(home-page "http://mediagoblin.org/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user