gnu: python2-ipaddr: Use INVOKE.
* gnu/packages/python-xyz.scm (python2-ipaddr)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
35d79d6103
commit
40b8c4e34d
|
@ -6279,8 +6279,7 @@ implementations of ASN.1-based codecs and protocols.")
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* _
|
||||
(zero? (system* "python" "ipaddr_test.py")))))))
|
||||
(lambda _ (invoke "python" "ipaddr_test.py"))))))
|
||||
(home-page "https://github.com/google/ipaddr-py")
|
||||
(synopsis "IP address manipulation library")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue