mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
84543eae06
commit
f1babf56da
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue