--- Begin Message ---
Subject: |
[PATCH 0/1] gnu: Add pikchr. |
Date: |
Fri, 15 Apr 2022 15:51:35 +0000 |
Hello Guix,
This patch adds pikchr (https://pikchr.org/home/doc/trunk/homepage.md), a tool
for generating diagrams.
Two notes:
- I've placed it in gnu/packages/pikchr.scm because I couldn't find another
good place. Very happy to move it anywhere else if it makes more sense.
- Upstream doesn't release any numbered versions. The version is the identifier
of the most recent VCS (Fossil) check-in.
Thanks,
pukkamustard
pukkamustard (1):
gnu: Add pikchr.
gnu/local.mk | 1 +
gnu/packages/pikchr.scm | 52 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 gnu/packages/pikchr.scm
--
2.34.0
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#54959: [PATCH 0/1] gnu: Add pikchr. |
Date: |
Wed, 20 Apr 2022 22:39:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
pukkamustard <pukkamustard@posteo.net> skribis:
> * gnu/packages/pikchr.scm: New file.
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
I tweaked the version number according to our guidelines (info "(guix)
Version Numbers"), wrapped the description as recommended by ‘guix
lint’, and committed the result.
Thanks!
Ludo’.
--- End Message ---