mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: plantuml: Update to 1.2020.1.
* gnu/packages/uml.scm (plantuml): Update to 1.2020.1. [arguments]<#:phases>[delete-extra-from-classpath]: Modify.
This commit is contained in:
parent
12f0aefd14
commit
1fc47a9b49
1 changed files with 3 additions and 3 deletions
|
@ -30,14 +30,14 @@ (define-module (gnu packages uml)
|
|||
(define-public plantuml
|
||||
(package
|
||||
(name "plantuml")
|
||||
(version "1.2019.3")
|
||||
(version "1.2020.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/plantuml/"
|
||||
version "/plantuml-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p2mqav0qfc6kmkhb2n1vjysffnvpsx4yal68nl0yrh5vd3bnmza"))))
|
||||
"1mywv4m6v1y2wpfz9vqriw6cdq1d2md5k2vf244ldbd9s6j45467"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
@ -49,7 +49,7 @@ (define-public plantuml
|
|||
(substitute* "build.xml"
|
||||
(("1.6") "1.7")
|
||||
(("<attribute name=\"Class-Path\"") "<!--")
|
||||
(("j2v8_macosx_x86_64-3.1.7.jar\" />") "-->"))
|
||||
(("ditaa0_9.jar\" />") "-->"))
|
||||
#t))
|
||||
(add-after 'delete-extra-from-classpath 'patch-usr-bin-dot
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue