Ricardo Wurmus writes:
> Theodoros Foradis writes:
>
+(define-public plantuml
>
> […]
>
+ (modify-phases %standard-phases
+ (add-before 'build 'delete-extra-from-cp
>
> BTW: the phase name is a little hard to understand. We don’t mind
> slightly longer phase names i
Theodoros Foradis writes:
>>> +(define-public plantuml
[…]
>>> + (modify-phases %standard-phases
>>> + (add-before 'build 'delete-extra-from-cp
BTW: the phase name is a little hard to understand. We don’t mind
slightly longer phase names if that improves readability.
>>> +
>> +(home-page "http://plantuml.com/";)
>> +(synopsis "Draw UML diagrams from simple textual description")
>> +(description
>> + "Plantuml is a tool to generate sequence, usecase, class,
>> activity,
>
> Is “usecase” a word or should it be “use case”?
>
It is a word. I reply with t
Hello Ricardo,
> Hi Theodoros,
>
> thanks for the patch!
>
>> +(define-public plantuml
>> + (package
>> +(name "plantuml")
>> +(version "8048")
>> +(source (origin
>> + (method url-fetch)
>> + (uri (string-append
>> +"mirror://sourceforge/
Hi Theodoros,
thanks for the patch!
> +(define-public plantuml
> + (package
> +(name "plantuml")
> +(version "8048")
> +(source (origin
> + (method url-fetch)
> + (uri (string-append
> +"mirror://sourceforge/plantuml/plantuml-"
> +
* gnu/packages/uml.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
---
gnu/local.mk | 1 +
gnu/packages/uml.scm | 86
2 files changed, 87 insertions(+)
create mode 100644 gnu/packages/uml.scm
diff --git a/gnu/local.mk b/gn