guix-patches
[Top][All Lists]
Advanced

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

[bug#56858] [PATCH] gnu: libcgroup: Update to 2.0.2.


From: muradm
Subject: [bug#56858] [PATCH] gnu: libcgroup: Update to 2.0.2.
Date: Mon, 01 Aug 2022 08:42:20 +0300
User-agent: mu4e 1.6.11; emacs 29.0.50


"(" <paren@disroot.org> writes:

Hi!

On Sun Jul 31, 2022 at 4:29 PM BST, muradm wrote:
+    (home-page "https://github.com/libcgroup/libcgroup";)
Put home-page under inputs and above synopsis, where it was before.


Is there a guideline where home-page should be? I find it more
DRY when reusing.

        (method url-fetch)
-       (uri (string-append
-             "mirror://sourceforge/libcg/" name "/"
-             version "/" name "-" version ".tar.bz2"))
+       (uri (string-append home-page "/releases/download/v"
+ version "/" name "-" version ".tar.gz"))
Since we're using github now, we likely want to use git-fetch here.
I've been told Github releases are volatile.

    -- (

Their repo is not suitable for building from, instead
they release sources manually.

Attachment: signature.asc
Description: PGP signature


reply via email to

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