gnu: java-svg-salamander: Return #t from snippet.

* gnu/packages/java.scm (java-svg-salamander)[origin]:
Return #t from snippet.
This commit is contained in:
Björn Höfling 2019-12-15 12:31:35 +01:00
parent 4fb8e2744a
commit 58c3a4f596
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -1,3 +1,4 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
@ -11680,7 +11681,9 @@ (define-public java-svg-salamander
"1zv3kjdkf6iqf02x6ln76254y634j2ji448y706a65lsbfjmmicf"))
(modules '((guix build utils)))
(snippet
`(for-each delete-file (find-files "." ".*.jar")))
'(begin
(for-each delete-file (find-files "." ".*.jar"))
#t))
(patches
(search-patches "java-svg-salamander-Fix-non-det.patch"))))
(build-system ant-build-system)