mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05: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:
parent
4fb8e2744a
commit
58c3a4f596
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue