[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: java-cisd-args4j: Use later version of ECJ.
From: |
guix-commits |
Subject: |
04/11: gnu: java-cisd-args4j: Use later version of ECJ. |
Date: |
Sun, 8 Jan 2023 18:49:47 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f1babf56dac732b1effa5507ab5602f85b942696
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 00:33:02 2023 +0100
gnu: java-cisd-args4j: Use later version of ECJ.
* gnu/packages/java.scm (java-cisd-args4j)[native-inputs]: Replace
java-ecj-3.5 with java-ecj.
---
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 49ec741997..469393a2f1 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2558,7 +2558,7 @@ libraries from the SIS division at ETH Zurich like
jHDF5.")
(inputs
(list java-cisd-base))
(native-inputs
- `(("ecj" ,java-ecj-3.5)
+ `(("ecj" ,java-ecj)
("build-resources"
,(origin
(method svn-fetch)
- branch master updated (aac0605de3 -> 9e14a7b4d2), guix-commits, 2023/01/08
- 08/11: gnu: java-cisd-jhdf5: Remove trailing #T., guix-commits, 2023/01/08
- 01/11: gnu: java-jgit-4.2: Do not build with icedtea-7., guix-commits, 2023/01/08
- 02/11: gnu: java-jgit-4.2: Remove trailing #T from build phase., guix-commits, 2023/01/08
- 03/11: gnu: java-cisd-args4j: Remove trailing #T from build phase., guix-commits, 2023/01/08
- 04/11: gnu: java-cisd-args4j: Use later version of ECJ.,
guix-commits <=
- 05/11: gnu: java-cisd-args4j: Do not build with icedtea-7., guix-commits, 2023/01/08
- 06/11: gnu: Remove java-ecj-3.5., guix-commits, 2023/01/08
- 09/11: gnu: java-cisd-jhdf5: Do not override default JDK., guix-commits, 2023/01/08
- 10/11: gnu: ant-apache-bcel: Fix inheritance by using gexp., guix-commits, 2023/01/08
- 07/11: gnu: java-ecj: Do not inherit from java-ecj-3., guix-commits, 2023/01/08
- 11/11: gnu: ant-junit: Fix inheritance by using gexp., guix-commits, 2023/01/08