gnu: pzstd: Use invoke.

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

View File

@ -1684,7 +1684,7 @@ speed.")
(delete 'configure) ; no configure script
(add-before 'check 'compile-tests
(lambda* (#:key make-flags #:allow-other-keys)
(zero? (apply system* "make" "tests" make-flags))))
(apply invoke "make" "tests" make-flags)))
(add-after 'install 'install-documentation
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))