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

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

bug#69193: closed ([PATCH] gnu: go-github-com-mesilliac-pulse-simple: Re


From: GNU bug Tracking System
Subject: bug#69193: closed ([PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples.)
Date: Mon, 19 Feb 2024 23:55:02 +0000

Your message dated Mon, 19 Feb 2024 23:52:33 +0000
with message-id <87wmr0hv0e.fsf@gmail.com>
and subject line [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove 
examples.
has caused the debbugs.gnu.org bug report #69193,
regarding [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples.
to be marked as done.

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


-- 
69193: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69193
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples. Date: Sat, 17 Feb 2024 12:08:09 +0100
* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple): Remove 
examples.
[arguments] <#:phases>: Add remove-examples phase.
---
 gnu/packages/golang.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 527b63d160..7b51ecc41a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9042,7 +9042,13 @@ (define-public go-github-com-mesilliac-pulse-simple
       (propagated-inputs
        (list pkg-config pulseaudio))
       (arguments
-       '(#:import-path "github.com/mesilliac/pulse-simple"))
+       (list
+        #:import-path "github.com/mesilliac/pulse-simple"
+        #:phases #~(modify-phases %standard-phases
+                     (add-after 'unpack 'remove-examples
+                       (lambda* (#:key import-path #:allow-other-keys)
+                         (delete-file-recursively
+                          (string-append "src/" import-path "/examples")))))))
       (home-page "https://github.com/mesilliac/pulse-simple";)
       (synopsis "Cgo bindings to PulseAudio's Simple API")
       (description

base-commit: 91d80460296e2d5a01704d0f34fb966a45a165ae
-- 
2.42.0




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples. Date: Mon, 19 Feb 2024 23:52:33 +0000
Hi,

Pushed as 643900518d07144d7c1466e221cc02cc95dcf9b7 to master.

--
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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