mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libharu: Remove custom bootstrap phase.
* gnu/packages/pdf.scm (libharu)[arguments]: Remove autogen phase.
This commit is contained in:
parent
2b2ab39cfc
commit
6f3dd09f8d
1 changed files with 1 additions and 5 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue