mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define-public java-cisd-args4j
|
|||
(inputs
|
||||
(list java-cisd-base))
|
||||
(native-inputs
|
||||
`(("ecj" ,java-ecj-3.5)
|
||||
`(("ecj" ,java-ecj)
|
||||
("build-resources"
|
||||
,(origin
|
||||
(method svn-fetch)
|
||||
|
|
Loading…
Reference in a new issue