mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: magic-wormhole-mailbox-server: Fix build.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server)[phases]: Add 'fix-read-mode-in-setup.py. Change-Id: I1ec05080619010ebe2e3d8f9ba571fc311a73c23
This commit is contained in:
parent
af6b5f7d99
commit
3ed24b2354
1 changed files with 8 additions and 0 deletions
|
|
@ -45,6 +45,14 @@
|
|||
(sha256
|
||||
(base32
|
||||
"1yw8i8jv5iv1kkz1aqimskw7fpichjn6ww0fq0czbalwj290bw8s"))))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-read-mode-in-setup.py
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("'rU'") "'r'")))))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-mock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue