1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

gnu: unshield: Use invoke.

* gnu/packages/compression.scm (unshield)[arguments]: Use invoke.
This commit is contained in:
Mark H Weaver
2018-03-16 02:36:45 -04:00
parent 8fcdd9d53f
commit df04bd25e6

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