guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: java-cisd-jhdf5: Delete failing build phase.


From: Ricardo Wurmus
Subject: 01/01: gnu: java-cisd-jhdf5: Delete failing build phase.
Date: Tue, 5 Jun 2018 05:17:33 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 1ed386fc2695c287a16135d9e092df4f2df62dfc
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 5 11:17:03 2018 +0200

    gnu: java-cisd-jhdf5: Delete failing build phase.
    
    * gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Delete build phase
    "generate-jar-indices".
---
 gnu/packages/java.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 829cbf9..e78e0fc 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2290,6 +2290,8 @@ libraries from the SIS division at ETH Zurich like 
jHDF5.")
          #:jdk ,icedtea-8
          #:phases
          (modify-phases %standard-phases
+           ;; FIXME: this build phase fails.
+           (delete 'generate-jar-indices)
            ;; Don't erase results from the build phase when building tests.
            (add-after 'unpack 'separate-test-target-from-clean
              (lambda _



reply via email to

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