~ruther/guix-local

643900518d07144d7c1466e221cc02cc95dcf9b7 — Troy Figiel 2 years ago 1822ec7
gnu: go-github-com-mesilliac-pulse-simple: Remove examples.

* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple): Remove examples.
[arguments] <#:phases>: Add remove-examples phase.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 7 insertions(+), 1 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +7 -1
@@ 9071,7 9071,13 @@ sinks and sources.")
      (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