gnu: brotli: Use invoke.

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

View File

@ -951,7 +951,7 @@ tarballs.")
(add-after 'unpack 'autogen
(lambda _
(mkdir "m4")
(zero? (system* "autoreconf" "-vfi")))))))
(invoke "autoreconf" "-vfi"))))))
(home-page "https://github.com/bagder/libbrotli/")
(synopsis "Implementation of the Brotli compression algorithm")
(description