[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60976] [PATCH] gnu: Add ditaa.
From: |
Simon Tournier |
Subject: |
[bug#60976] [PATCH] gnu: Add ditaa. |
Date: |
Tue, 24 Jan 2023 11:44:58 +0100 |
Hi,
Thanks for your contribution.
Several minor things.
On ven., 06 janv. 2023 at 10:46, Frank Pursel <frank.pursel@gmail.com> wrote:
> * gnu/packages/ditaa.scm: New file.
Why a new file?
Could you split this commit? Basically, each package addition should go
to their own commit.
> +(define-public java-jericho-html
Why not some of the gnu/packages/java-*.scm files? Or gnu/packages/batik.scm
> +(define-public java-libbatik
Idem.
> + (arguments
> + `(#:tests? #f
Please provide a comment why the tests are disabled. For example, if
there is no test suite or if upstream does not provide tests,
(arguments
`(#:tests? #f ; no tests
> +(define-public ditaa
Why not in gnu/packages/graph.scm?
Cheers,
simon
- [bug#60976] [PATCH] gnu: Add ditaa., Frank Pursel, 2023/01/20
- [bug#60976] [PATCH] gnu: Add ditaa.,
Simon Tournier <=
- [bug#60976] [PATCH] gnu: Add ditaa., Frank Pursel, 2023/01/24
- [bug#60976] [PATCH] gnu: Add ditaa., Frank Pursel, 2023/01/25
- [bug#60976] [PATCH 1/3] gnu: Add java-jericho-html, Frank Pursel, 2023/01/26
- [bug#60976] [PATCH 3/3] Add ditaa, Frank Pursel, 2023/01/27
- [bug#60976] [PATCH] gnu: Add ditaa., Frank Pursel, 2023/01/27