gnu: unshield: Use invoke.

* gnu/packages/compression.scm (unshield)[arguments]: Use invoke.
master
Mark H Weaver 2018-03-16 02:36:45 -04:00
parent 8fcdd9d53f
commit df04bd25e6
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -1618,7 +1618,7 @@ or junctions, and always follows hard links.")
#t))
(replace 'check
(lambda _
(zero? (system* "./run-tests.sh")))))))
(invoke "./run-tests.sh"))))))
(home-page "https://github.com/twogood/unshield")
(synopsis "Extract CAB files from InstallShield installers")
(description