guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: clojure: Fix index generation.


From: Gábor Boskovits
Subject: 01/01: gnu: clojure: Fix index generation.
Date: Sun, 29 Jul 2018 02:42:21 -0400 (EDT)

boskovits pushed a commit to branch master
in repository guix.

commit 62196859227a91a206deceaae2829d9c32308347
Author: Gábor Boskovits <address@hidden>
Date:   Sat Jul 28 08:04:53 2018 +0200

    gnu: clojure: Fix index generation.
    
    * gnu/packages/java.scm (clojure)[arguments]: Add phase 
'fix-manifest-classpath to remove
    offending directory entry making indexing fail.
---
 gnu/packages/java.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 2ba6d76..0ff92c7 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1862,6 +1862,11 @@ new Date();"))
                   "test-generative-src"
                   "tools-namespace-src"))
                #t))
+           (add-after 'unpack 'fix-manifest-classpath
+             (lambda _
+               (substitute* "build.xml"
+                 (("<attribute name=\"Class-Path\" value=\".\"/>") ""))
+               #t))
            ;; The javadoc target is not built by default.
            (add-after 'build 'build-doc
              (lambda _



reply via email to

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