emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62629: closed ([PATCH] gnu: guile-pipe: Remove unused install script


From: GNU bug Tracking System
Subject: bug#62629: closed ([PATCH] gnu: guile-pipe: Remove unused install script.)
Date: Sat, 13 May 2023 07:40:02 +0000

Your message dated Sat, 13 May 2023 09:39:42 +0200
with message-id <87zg68addt.fsf@jpoiret.xyz>
and subject line Re: [bug#62629] [PATCH] gnu: guile-pipe: Remove unused install 
script.
has caused the debbugs.gnu.org bug report #62629,
regarding [PATCH] gnu: guile-pipe: Remove unused install script.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62629: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62629
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: guile-pipe: Remove unused install script. Date: Sun, 2 Apr 2023 15:03:22 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62629] [PATCH] gnu: guile-pipe: Remove unused install script. Date: Sat, 13 May 2023 09:39:42 +0200
Hi jgart,

"jgart" <jgart@dismail.de> writes:

> Hi Josselin, 
>
> I checked that it doesn't end up in the output. Yes, this is unnecessary.
>
> I'll give a closer read to guile-build-system to remind myself of the glob 
> patterns that it matches on for copying to the output.

Closing then!

Best
-- 
Josselin Poiret

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]