mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: go-github-com-muesli-termenv: Remove examples.
* gnu/packages/golang-xyz.scm (go-github-com-muesli-termenv) [arguments]<phases>: Add 'remove-examples. Change-Id: Ib206b6637ee06f16595528f7ef3be1053a24ccba
This commit is contained in:
parent
796e8f1d6e
commit
a1770a0d4a
1 changed files with 7 additions and 1 deletions
|
@ -6091,7 +6091,13 @@ helping you to transform blocks of text.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/muesli/termenv"))
|
||||
#:import-path "github.com/muesli/termenv"
|
||||
#: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")))))))
|
||||
(propagated-inputs
|
||||
(list go-github-com-aymanbagabas-go-osc52-v2
|
||||
go-github-com-lucasb-eyer-go-colorful
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue