gnu: brotli: Use invoke.
* gnu/packages/compression.scm (brotli)[arguments]: Use invoke.
This commit is contained in:
parent
c65956f3f1
commit
ded1e98376
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ tarballs.")
|
||||||
(add-after 'unpack 'autogen
|
(add-after 'unpack 'autogen
|
||||||
(lambda _
|
(lambda _
|
||||||
(mkdir "m4")
|
(mkdir "m4")
|
||||||
(zero? (system* "autoreconf" "-vfi")))))))
|
(invoke "autoreconf" "-vfi"))))))
|
||||||
(home-page "https://github.com/bagder/libbrotli/")
|
(home-page "https://github.com/bagder/libbrotli/")
|
||||||
(synopsis "Implementation of the Brotli compression algorithm")
|
(synopsis "Implementation of the Brotli compression algorithm")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue