gnu: classpath-devel: Fix bootstrap phase.
* gnu/packages/java.scm (classpath-devel)[arguments]: Replace "bootstrap" build phase.
This commit is contained in:
parent
d41ba524ed
commit
2a69f48e0f
1 changed files with 4 additions and 0 deletions
|
@ -694,6 +694,10 @@ (define-public classpath-devel
|
|||
"--disable-gjdoc")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; XXX The bootstrap phase executes autogen.sh, which fails after
|
||||
;; complaining about the lack of gettext.
|
||||
(replace 'bootstrap
|
||||
(lambda _ (invoke "autoreconf" "-vif")))
|
||||
(add-after 'unpack 'remove-unsupported-annotations
|
||||
(lambda _
|
||||
(substitute* (find-files "java" "\\.java$")
|
||||
|
|
Loading…
Reference in a new issue