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

2016-10-29 Thread Theodoros Foradis
> + #:use-module (gnu packages bash) This has to be removed, because bash is no longer an input to the package, I forgot to. -- Theodoros Foradis

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

2016-10-28 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 | 87 2 files changed, 88 insertions(+) create mode 100644 gnu/packages/uml.scm diff --git a/gnu/local.mk b/gn