mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
1822ec7e79
commit
643900518d
1 changed files with 7 additions and 1 deletions
|
@ -9071,7 +9071,13 @@ sinks and sources.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list pkg-config pulseaudio))
|
(list pkg-config pulseaudio))
|
||||||
(arguments
|
(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")
|
(home-page "https://github.com/mesilliac/pulse-simple")
|
||||||
(synopsis "Cgo bindings to PulseAudio's Simple API")
|
(synopsis "Cgo bindings to PulseAudio's Simple API")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue