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
parent
ba1ce250c8
commit
d3d2881acf
|
@ -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")))
|
||||
|
|
Reference in New Issue