* gnu/packages/golang.scm (go-mvdan-cc-xurls): New variable. > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -9792,6 +9792,20 @@ (define-public xurls > + (arguments > + `(#:import-path "mvdan.cc/xurls" > + #:tests? #f > + #:install-source? #t > + #:phases (modify-phases %standard-phases > + (delete 'build)))) Agh, I didn't read this before the previous patch :) I'm not sure whether you could simplify their arguments, but I suspect you can; could you please have a go? -- (