mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: libharu: Return #t from phases.
* gnu/packages/pdf.scm (libharu)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
60b8846692
commit
cb8c24b6f5
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ (define-public libharu
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autogen
|
(add-after 'unpack 'autogen
|
||||||
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
|
(lambda _ (invoke "autoreconf" "-vif"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("libpng" ,libpng)))
|
("libpng" ,libpng)))
|
||||||
|
|
Loading…
Reference in a new issue