[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: classpath-devel: Fix build after d10092b8491.
From: |
Marius Bakke |
Subject: |
01/01: gnu: classpath-devel: Fix build after d10092b8491. |
Date: |
Mon, 4 Sep 2017 16:09:35 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit c427fda233a7da0c8eb27e244a562c51d3835503
Author: Marius Bakke <address@hidden>
Date: Mon Sep 4 21:48:52 2017 +0200
gnu: classpath-devel: Fix build after d10092b8491.
* gnu/packages/java.scm (classpath-devel)[arguments]: Actually run
'bootstrap'
phase.
---
gnu/packages/java.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 028fe06..f361697 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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