all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69193] [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples.
@ 2024-02-17 11:08 Troy Figiel
  2024-02-19 23:52 ` bug#69193: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-17 11:08 UTC (permalink / raw)
  To: 69193

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69193: [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples.
  2024-02-17 11:08 [bug#69193] [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples Troy Figiel
@ 2024-02-19 23:52 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-19 23:52 UTC (permalink / raw)
  To: 69193-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Hi,

Pushed as 643900518d07144d7c1466e221cc02cc95dcf9b7 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-19 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17 11:08 [bug#69193] [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove examples Troy Figiel
2024-02-19 23:52 ` bug#69193: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.