mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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 @@ 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue