gnu: unshield: Use invoke.
* gnu/packages/compression.scm (unshield)[arguments]: Use invoke.
This commit is contained in:
parent
8fcdd9d53f
commit
df04bd25e6
|
@ -1618,7 +1618,7 @@ or junctions, and always follows hard links.")
|
||||||
#t))
|
#t))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "./run-tests.sh")))))))
|
(invoke "./run-tests.sh"))))))
|
||||||
(home-page "https://github.com/twogood/unshield")
|
(home-page "https://github.com/twogood/unshield")
|
||||||
(synopsis "Extract CAB files from InstallShield installers")
|
(synopsis "Extract CAB files from InstallShield installers")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue