GNU bug report logs -
#60013
[PATCH] gnu: Add clight
Previous Next
Reported by: Florian <florhizome <at> posteo.net>
Date: Mon, 12 Dec 2022 16:54:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 60013 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Heya,
On Mon Dec 12, 2022 at 8:31 PM GMT, wrote:
> zimoun: yes I usually send an empty mail before a patchset wit multiple patches
There's a better way, using ``--cover-letter'':
<https://guix.gnu.org/manual/devel/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches-1>
* gnu/packages/wm.scm (libmodule): New variable.
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1300,6 +1300,28 @@ (define-public libdispatch
+ (uri (git-reference
+ (url "https://github.com/FedeDP/libmodule")
+ (commit version)))
Please add a ``file-name'':
(file-name (git-file-name name version))
+ (arguments '(#:tests? #f)) ;tests not found
Use ``list'':
(list #:tests? #f)
+ (description "Libmodule offers a small and simple C implementation of an
+ actor library that aims to let developers easily create modular C projects.")
There should be indentation between ``description'' and ``"..."''; also, some of
it seems a wee bit markety. How about this?
(description
"Libmodule provides a C implementation of the actor model, aiming to help
with the creation of modular C projects.")
-- (
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.