Re: [PATCH v4 1/1] gnu: Add plantuml.

2016-11-04 Thread Roel Janssen
Theodoros Foradis writes: > Roel Janssen writes: > >> I tried running plantuml with the following snippet: >> @startuml >> A <..> B >> @enduml >> >> And it crashes because it attempts to run "/usr/bin/dot". >> >> With the following snippet, we replace this "/usr/bin/dot" dependency >> with the pr

Re: [PATCH v4 1/1] gnu: Add plantuml.

2016-11-03 Thread Theodoros Foradis
Roel Janssen writes: > I tried running plantuml with the following snippet: > @startuml > A <..> B > @enduml > > And it crashes because it attempts to run "/usr/bin/dot". > > With the following snippet, we replace this "/usr/bin/dot" dependency > with the proper one from the graphviz input: > > (

Re: [PATCH v4 1/1] gnu: Add plantuml.

2016-11-02 Thread Roel Janssen
Theodoros Foradis writes: > * gnu/packages/uml.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk | 1 + > gnu/packages/uml.scm | 83 > > 2 files changed, 84 insertions(+) > create mode 100644 gnu/pac

[PATCH v4 1/1] gnu: Add plantuml.

2016-11-02 Thread Theodoros Foradis
* gnu/packages/uml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/uml.scm | 83 2 files changed, 84 insertions(+) create mode 100644 gnu/packages/uml.scm diff --git a/gnu/local.mk b/gn