mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 0 additions and 3 deletions
|
@ -595,9 +595,6 @@ (define-public leptonica
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue