gnu: leptonica: Remove extra build phase.

* gnu/packages/image.scm (leptonica)[arguments]: Remove unneeded
'autogen phase.
master
Efraim Flashner 2019-08-07 19:36:38 +03:00
parent a491856f2a
commit 384242adf1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 3 deletions

View File

@ -595,9 +595,6 @@ collection of tools for doing simple manipulations of TIFF images.")
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _
(invoke "sh" "autobuild")))
(add-after 'unpack 'patch-reg-wrapper
(lambda _
(substitute* "prog/reg_wrapper.sh"