guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add guile-dsv.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add guile-dsv.
Date: Fri, 24 Nov 2017 14:53:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Alex,

Alex Sassmannshausen <address@hidden> skribis:

> * gnu/packages/guile.scm (guile-dsv): New variable.

[...]

> +    (inputs `(("guile" ,guile-2.2)))
> +    (propagated-inputs `(("guile-lib" ,guile2.2-lib)))

Should be ‘guile-lib’ instead of ‘guile2.2-lib’ (the latter is a
deprecated alias.)

> +    (synopsis "DSV module for Guile")
> +    (description
> +     "Guile-DSV is a GNU Guile module for working with the
> +delimiter-separated values (DSV) data format.
> +
> +Guile-DSV supports the Unix-style DSV format and RFC 4180 format.
> +")

I think you can remove the extra newlines.

> +    (license license:gpl3)))

‘gpl3+’ I guess?

OK with these changes, thank you!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]