guix-patches
[Top][All Lists]
Advanced

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

[bug#57757] [PATCH] * gnu/packages/wm.scm: Add sbcl-stumpwm-pamixer


From: Maxime Devos
Subject: [bug#57757] [PATCH] * gnu/packages/wm.scm: Add sbcl-stumpwm-pamixer
Date: Fri, 16 Sep 2022 11:07:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0



On 12-09-2022 23:41, Trevor Richards wrote:
+      (inputs `(("stumpwm" ,stumpwm "lib")))

Try running "./pre-inst-env guix style --input-simplification=always sbcl-stumpwm-pamixer", it will have a proposed change.

+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Junker/stumpwm-pamixer.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0djcrr16bx40l7b60d4j507vk5l42fdgmjpgrnk86z1ba8wlqim8"))))

IIUC, "guix lint" will have a lint message about that URI, asking you to drop the .git suffix. '(guix)Submitting Patches' asks to run './pre-inst-env guix lint sbcl-stumpwm-pamixer'.

Greetings,
Maxime

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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