mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: classpath-devel: Fix build after d10092b849
.
* gnu/packages/java.scm (classpath-devel)[arguments]: Actually run 'bootstrap' phase.
This commit is contained in:
parent
8505d34829
commit
c427fda233
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ the standard javac executable. The tool runs on JamVM instead of SableVM.")))
|
||||||
"--disable-gjdoc")
|
"--disable-gjdoc")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'remove-unsupported-anootations 'bootstrap
|
(add-after 'unpack 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "autoreconf" "-vif"))))
|
(zero? (system* "autoreconf" "-vif"))))
|
||||||
(add-after 'unpack 'remove-unsupported-annotations
|
(add-after 'unpack 'remove-unsupported-annotations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue