Hi Alex,

Alex Sassmannshausen <alex.sassmannshau...@gmail.com> 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