guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 07/87: gnu: java-cisd-args4j: Do not build with icedtea-7.
Date: Mon, 9 Jan 2023 18:27:27 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 2703b6feef74b1b22eb2c2a2ceda612ad9c00ceb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 00:33:39 2023 +0100

    gnu: java-cisd-args4j: Do not build with icedtea-7.
    
    * gnu/packages/java.scm (java-cisd-args4j)[arguments]: Do not override JDK.
---
 gnu/packages/java.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 469393a2f1..226fb88d7b 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2493,10 +2493,6 @@ libraries from the SIS division at ETH Zurich like 
jHDF5.")
       (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]