Charles skribis: > * gnu/packages/lisp-xyz.scm (cl-command-line-args, ecl-command-line-args, > sbcl-command-line-args): New variables. > > [...] > > +(define-public sbcl-command-line-args > + (package > + (name "sbcl-command-line-args") > + (version "0.0.0") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://git.sr.ht/~whereiseveryone/command-line-args") Hi. I tried applying this patch, but I can't download the sources. I get a timeout error when connecting to sr.ht. Does it work for you?