mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: cpass: Switch to pyproject.
* gnu/packages/password-utils.scm (cpass): Update to 0.9.4. [build-system]: Switch to pyproject-build-system. [arguments] <tests?>: No tests. [native-inputs]: Add python-setuptools. Change-Id: Id3b9a7aa079c6804bcc171e4e6b95b82966b42a7
This commit is contained in:
parent
03c688575f
commit
8ad99d6eba
1 changed files with 5 additions and 2 deletions
|
|
@ -1390,9 +1390,10 @@ separately.")
|
|||
(sha256
|
||||
(base32
|
||||
"1zp3a8mgqxn916fzj1v2yhgnl7v6s0vnd0qcghqs3qq648qmlwr5"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
(list #:tests? #f ;no tests
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-pass-refs
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
@ -1404,6 +1405,8 @@ separately.")
|
|||
"'"))
|
||||
(("\\.password_store")
|
||||
".password-store")))))))
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(inputs (list password-store))
|
||||
(propagated-inputs (list python-urwid))
|
||||
(home-page "https://github.com/OliverLew/cpass")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue