me
/
guix
Archived
1
0
Fork 0

gnu: buku: Fix build.

* gnu/packages/web.scm (buku)[origin]: Drop file-name.
[arguments]: Drop sanity-check.
[inputs]: Add python-flask.
master
Liliana Marie Prikler 2021-12-19 22:17:20 +01:00
parent 78bfbfb5a7
commit 9b38d9b3b3
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 6 additions and 3 deletions

View File

@ -7599,15 +7599,18 @@ HTTrack is fully configurable, and has an integrated help system.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "buku" version)) (uri (pypi-uri "buku" version))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "1n4d1mkjyvzdxbyq067p1p9skb3iwx0msd86nzr224dlqrfh9675")))) (base32 "1n4d1mkjyvzdxbyq067p1p9skb3iwx0msd86nzr224dlqrfh9675"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ;FIXME: many tests need network access `(#:tests? #f ; FIXME: many tests need network access
#:phases
(modify-phases %standard-phases
;; XXX: missing inputs, e.g. python-flask-admin
(delete 'sanity-check))))
(inputs (inputs
(list python-beautifulsoup4 python-certifi python-cryptography (list python-beautifulsoup4 python-certifi python-cryptography
python-html5lib python-urllib3)) python-flask python-html5lib python-urllib3))
(home-page "https://github.com/jarun/buku") (home-page "https://github.com/jarun/buku")
(synopsis "Bookmark manager") (synopsis "Bookmark manager")
(description (description