mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +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
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen
|
||||
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
|
||||
(lambda _ (invoke "autoreconf" "-vif"))))))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)
|
||||
("libpng" ,libpng)))
|
||||
|
|
Loading…
Reference in a new issue