mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-charmbracelet-lipgloss: Remove examples.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-lipgloss) [arguments]<phases>: Add 'remove-examples. Change-Id: I4ea4f699df2eb9d1558ba5ac8f6247c5d92214e0
This commit is contained in:
parent
68dafa0887
commit
796e8f1d6e
1 changed files with 7 additions and 1 deletions
|
@ -1670,7 +1670,13 @@ tools.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/charmbracelet/lipgloss"))
|
||||
#:import-path "github.com/charmbracelet/lipgloss"
|
||||
#: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-udiff
|
||||
go-github-com-charmbracelet-x-ansi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue