guix-patches
[Top][All Lists]
Advanced

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

[bug#75159] [PATCH v1 3/5] gnu: Add corectrl.


From: Zheng Junjie
Subject: [bug#75159] [PATCH v1 3/5] gnu: Add corectrl.
Date: Mon, 30 Dec 2024 15:48:40 +0800
User-agent: mu4e 1.12.7; emacs 30.0.92

Ashvith Shetty <ashvithshetty10@gmail.com> writes:

> * gnu/packages/pciutils.scm (corectrl): New variable.
[...]
> +(define-public corectrl
> +  (package
> +    (name "corectrl")
> +    (version "1.4.3")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://gitlab.com/corectrl/corectrl";)
> +             (commit (string-append "v" version))))

and you forget Add (file-name (git-file-name name version))

Attachment: signature.asc
Description: PGP signature


reply via email to

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