gnu: java-w3c-svg: Fix build.
authorDanny Milosavljevic <dannym@scratchpost.org>
Tue, 9 Oct 2018 15:38:17 +0000 (17:38 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Tue, 9 Oct 2018 19:44:09 +0000 (21:44 +0200)
Reported-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
* gnu/packages/batik.scm (java-w3c-svg)[arguments]<#:phases>: Delete
"patch-interface" phase.

gnu/packages/batik.scm

index cdd1e44..180d7e7 100644 (file)
@@ -23,6 +23,7 @@
   #:use-module (guix git-download)
   #:use-module (guix packages)
   #:use-module (guix build-system ant)
+  #:use-module (guix build utils)
   #:use-module (gnu packages)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages java)
@@ -155,6 +156,11 @@ public interface EventListenerInitializer {
         (sha256
          (base32
           "0jicqcrxav8ggs37amgvvwgc2f0qp1c5wns4rb2i3si83s2m09ns"))))
+    (arguments
+     (substitute-keyword-arguments (package-arguments java-w3c-svg-1.0)
+       ((#:phases phases)
+       `(modify-phases ,phases
+          (delete 'patch-interface)))))
     (propagated-inputs
      `())))