guix-patches
[Top][All Lists]
Advanced

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

[bug#46090] [PATCH] updated skarnet and added s6-man-pages new prjware w


From: Ludovic Courtès
Subject: [bug#46090] [PATCH] updated skarnet and added s6-man-pages new prjware with runwhen new mandoc
Date: Sat, 27 Mar 2021 23:04:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi,

s.karrmann@web.de skribis:

> +(define-public mandoc
> +  (package
> +    (name "mandoc")
> +    (version "1.14.5")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                     "https://mandoc.bsd.lv/snapshots/mandoc-";
> +                     version ".tar.gz"))

I have just pushed a ‘mandoc’ package in (gnu packages man), partly
inspired by yours here.

Apologies for not looking at your patch earlier!  In general, we send
one patch per “atomic” change, which usually means one patch per
added/updated package.

The patch you sent contains a lot more, which is nice, but it would
facilitate review if you could split it in several patches and with a
commit log, as per:

  https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html

Could you look into it?

Thanks in advance,
Ludo’.





reply via email to

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