Hi jgart, jgart via Guix-patches via writes: > * gnu/packages/guile-xyz.scm (guile-pipe): Remove script. > --- > gnu/packages/guile-xyz.scm | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm > index fd8fb25da1..691635e155 100644 > --- a/gnu/packages/guile-xyz.scm > +++ b/gnu/packages/guile-xyz.scm > @@ -362,7 +362,10 @@ (define-public guile-pipe > (commit commit))) > (file-name (git-file-name name version)) > (sha256 > - (base32 "038gwrhfywgs8372q478wn4623lhcmkknfj4p8yaa93bykfc0fml")))) > + (base32 "038gwrhfywgs8372q478wn4623lhcmkknfj4p8yaa93bykfc0fml")) > + (modules '((guix build utils))) > + ;; Remove unused install script. > + (snippet '(begin (delete-file "install"))))) > (build-system guile-build-system) > (native-inputs > (list guile-3.0)) > -- > 2.39.2 Is this really necessary? guile-pipe builds fine without it and this doesn't end up in the output, right? Best, -- Josselin Poiret