me
/
guix
Archived
1
0
Fork 0

gnu: classpath-devel: Fix build after d10092b849.

* gnu/packages/java.scm (classpath-devel)[arguments]: Actually run 'bootstrap'
phase.
master
Marius Bakke 2017-09-04 21:48:52 +02:00
parent 8505d34829
commit c427fda233
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ the standard javac executable. The tool runs on JamVM instead of SableVM.")))
"--disable-gjdoc")
#:phases
(modify-phases %standard-phases
(add-after 'remove-unsupported-anootations 'bootstrap
(add-after 'unpack 'bootstrap
(lambda _
(zero? (system* "autoreconf" "-vif"))))
(add-after 'unpack 'remove-unsupported-annotations