1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 02:05:54 +02:00

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
+4 -1
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 @@ IPTC, XMP, ICC and more formats.")
"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)