guix-patches
[Top][All Lists]
Advanced

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

[bug#69193] [PATCH] gnu: go-github-com-mesilliac-pulse-simple: Remove ex


From: Troy Figiel
Subject: [bug#69193] [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






reply via email to

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