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
|
@ -276,7 +276,7 @@ Poppler PDF rendering library.")
|
|||
#: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 New Issue