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
|
#: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 New Issue