[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62629] [PATCH] gnu: guile-pipe: Remove unused install script.
From: |
Josselin Poiret |
Subject: |
[bug#62629] [PATCH] gnu: guile-pipe: Remove unused install script. |
Date: |
Fri, 12 May 2023 20:52:02 +0200 |
Hi jgart,
jgart via Guix-patches via <guix-patches@gnu.org> 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
signature.asc
Description: PGP signature
- [bug#62629] [PATCH] gnu: guile-pipe: Remove unused install script.,
Josselin Poiret <=