gnu: pzstd: Use invoke.
* gnu/packages/compression.scm (pzstd)[arguments]: Use invoke.master
parent
df04bd25e6
commit
745e83ca3b
|
@ -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"))
|
||||
|
|
Reference in New Issue