unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32295] [PATCH] gnu: clojure: Fix index generation.
@ 2018-07-28  6:08 Gábor Boskovits
  2018-07-28  6:29 ` Gábor Boskovits
  2018-07-29 10:01 ` bug#32295: " Gábor Boskovits
  0 siblings, 2 replies; 5+ messages in thread
From: Gábor Boskovits @ 2018-07-28  6:08 UTC (permalink / raw)
  To: 32295; +Cc: Gábor Boskovits

* 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 2ba6d76ca..0ff92c763 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 _
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-29 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28  6:08 [bug#32295] [PATCH] gnu: clojure: Fix index generation Gábor Boskovits
2018-07-28  6:29 ` Gábor Boskovits
2018-07-29  3:05   ` Alex ter Weele
2018-07-29  6:38     ` Gábor Boskovits
2018-07-29 10:01 ` bug#32295: " Gábor Boskovits

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).