me
/
guix
Archived
1
0
Fork 0

gnu: classpath-devel: Fix bootstrap phase.

* gnu/packages/java.scm (classpath-devel)[arguments]: Replace "bootstrap"
build phase.
master
Ricardo Wurmus 2018-03-16 12:26:07 +01:00
parent d41ba524ed
commit 2a69f48e0f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 0 deletions

View File

@ -694,6 +694,10 @@ the standard javac executable. The tool runs on JamVM instead of SableVM.")))
"--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$")