gnu: leptonica: Remove extra build phase.
* gnu/packages/image.scm (leptonica)[arguments]: Remove unneeded 'autogen phase.
This commit is contained in:
parent
a491856f2a
commit
384242adf1
|
@ -595,9 +595,6 @@ collection of tools for doing simple manipulations of TIFF images.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autogen
|
|
||||||
(lambda _
|
|
||||||
(invoke "sh" "autobuild")))
|
|
||||||
(add-after 'unpack 'patch-reg-wrapper
|
(add-after 'unpack 'patch-reg-wrapper
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "prog/reg_wrapper.sh"
|
(substitute* "prog/reg_wrapper.sh"
|
||||||
|
|
Loading…
Reference in New Issue