diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-01-09 00:33:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-01-09 00:33:02 +0100 |
commit | f1babf56dac732b1effa5507ab5602f85b942696 (patch) | |
tree | 742cb584dbc0d51cea1563315ae292e12ed8e8a5 | |
parent | 84543eae0604176ff5fc2e1affa01ff24b7d4524 (diff) |
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.
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |