[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61023] [PATCH] package the jed editor
From: |
Bruno Victal |
Subject: |
[bug#61023] [PATCH] package the jed editor |
Date: |
Mon, 23 Jan 2023 14:19:44 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 |
Hi,
On 2023-01-23 02:06, Ethan Blanton via Guix-patches via wrote:
> + (build-system gnu-build-system)
> + (arguments (list #:configure-flags
> + #~(list (string-append "--with-slang="
> + #$(this-package-input "slang")))
> + #:tests? #f))
You should comment the reason for disabling the tests.
Additionally, the commit should be in ChangeLog format [1], you can look
at the Guix commit logs to see what they look like.
[1]: https://www.gnu.org/prep/standards/standards.html#Change-Logs
Cheers,
Bruno