mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
f1babf56da
commit
2703b6feef
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue