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.master
parent
84543eae06
commit
f1babf56da
|
@ -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)
|
||||
|
|
Reference in New Issue