mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue