gnu: sshoot: Fix tests.
* gnu/packages/vpn.scm (sshoot)[arguments]: Add 'patch-paths' phase.
This commit is contained in:
parent
1c1b67a3c9
commit
c0b12a606b
|
@ -247,6 +247,14 @@ DNS domain name queries.")
|
||||||
(base32
|
(base32
|
||||||
"0a92lk8790dpp9j64vb6p4sazax0x3nby01lnfll7mxs1hx6n27q"))))
|
"0a92lk8790dpp9j64vb6p4sazax0x3nby01lnfll7mxs1hx6n27q"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'patch-paths
|
||||||
|
(lambda _
|
||||||
|
(substitute* "sshoot/tests/test_manager.py"
|
||||||
|
(("/bin/sh") (which "sh")))
|
||||||
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-argcomplete" ,python-argcomplete)
|
`(("python-argcomplete" ,python-argcomplete)
|
||||||
("python-prettytable" ,python-prettytable)
|
("python-prettytable" ,python-prettytable)
|
||||||
|
|
Loading…
Reference in New Issue