Skip to content
Snippets Groups Projects
Unverified Commit b2eda4a5 authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

gnu: java-w3c-svg: Fix build.


Reported-by: default avatarBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>

* gnu/packages/batik.scm (java-w3c-svg)[arguments]<#:phases>: Delete
"patch-interface" phase.
parent b33e191c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ (define-module (gnu packages batik)
#: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 @@ (define-public java-w3c-svg
(sha256
(base32
"0jicqcrxav8ggs37amgvvwgc2f0qp1c5wns4rb2i3si83s2m09ns"))))
(arguments
(substitute-keyword-arguments (package-arguments java-w3c-svg-1.0)
((#:phases phases)
`(modify-phases ,phases
(delete 'patch-interface)))))
(propagated-inputs
`())))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment