gnu: libharu: Remove custom bootstrap phase.

* gnu/packages/pdf.scm (libharu)[arguments]: Remove autogen phase.
master
Ricardo Wurmus 2018-11-11 13:00:53 +01:00
parent 2b2ab39cfc
commit 6f3dd09f8d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

@ -239,11 +239,7 @@ Poppler PDF rendering library.")
(list (string-append "--with-zlib="
(assoc-ref %build-inputs "zlib"))
(string-append "--with-png="
(assoc-ref %build-inputs "libpng")))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _ (invoke "autoreconf" "-vif"))))))
(assoc-ref %build-inputs "libpng")))))
(inputs
`(("zlib" ,zlib)
("libpng" ,libpng)))