guix-patches
[Top][All Lists]
Advanced

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

[bug#57738] [PATCH] gnu: Add cl-morse.


From: (
Subject: [bug#57738] [PATCH] gnu: Add cl-morse.
Date: Sun, 11 Sep 2022 21:13:22 +0100

Hey,

On Sun Sep 11, 2022 at 7:33 PM BST, jgart via Guix-patches via wrote:
> +   (native-inputs
> +     (list sbcl-fiveam))

Change to:

> +   (native-inputs (list sbcl-fiveam))

> +   (inputs
> +     (list sbcl-cl-ppcre))

Change to:

> +   (inputs (list sbcl-cl-ppcre))

and move it before `native-inputs'.

> +   (synopsis "Morse code translation library written in Common Lisp")

`written in' -> `for', maybe? To shorten the `synopsis'.

> +   (description
> +"@code{cl-morse} is a morse code translation library written in Common 
> Lisp.")

Change to:

> +   (description
> +    "@code{cl-morse} is a Morse code translation library written
> + in Common Lisp.")

> +   (home-page "https://github.com/em7/cl-morse";)

Move this before `synopsis'.

    -- (





reply via email to

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