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