me
/
guix
Archived
1
0
Fork 0

gnu: trezor-agent: Fix it by deleting the sanity-check phase.

* gnu/packages/finance.scm (trezor-agent)[arguments]: Delete 'sanity-check'
  phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Attila Lendvai 2022-03-03 11:58:02 +01:00 committed by Guillaume Le Vaillant
parent ba1ce250c8
commit d3d2881acf
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 0 deletions

View File

@ -1156,6 +1156,9 @@ the KeepKey Hardware Wallet.")
(arguments
`(#:phases
(modify-phases %standard-phases
;; This package only has a Python script, not a Python module, so the
;; sanity-check phase can't work.
(delete 'sanity-check)
(add-after 'wrap 'fixup-agent-py
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")))