gnu: java-cisd-args4j: Do not build with icedtea-7.

* gnu/packages/java.scm (java-cisd-args4j)[arguments]: Do not override JDK.
This commit is contained in:
Ricardo Wurmus 2023-01-09 00:33:39 +01:00
parent f1babf56da
commit 2703b6feef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2493,10 +2493,6 @@ (define-public java-cisd-args4j
(arguments
`(#:make-flags '("-file" "build/build.xml")
#:tests? #f ; there are no tests
;; There are weird build failures with JDK8, such as: "The type
;; java.io.ObjectInputStream cannot be resolved. It is indirectly
;; referenced from required .class files"
#:jdk ,icedtea-7
#:modules ((guix build ant-build-system)
(guix build utils)
(guix build java-utils)