[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/88: gnu: go-github-com-muesli-termenv: Remove examples.
From: |
guix-commits |
Subject: |
68/88: gnu: go-github-com-muesli-termenv: Remove examples. |
Date: |
Fri, 6 Dec 2024 16:17:30 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 4548247131e166d3d41281f8241dee5b9bb4496a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 5 22:28:23 2024 +0000
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
---
gnu/packages/golang-xyz.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 81d3bb5a62..b455c1aba1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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
- 56/88: gnu: go-github-com-golang-glog: Update to 1.2.3., (continued)
- 56/88: gnu: go-github-com-golang-glog: Update to 1.2.3., guix-commits, 2024/12/06
- 58/88: gnu: go-github-com-vishvananda-netlink: Update to 1.3.0., guix-commits, 2024/12/06
- 61/88: gnu: go-github-com-vishvananda-netns: Update to 0.0.5., guix-commits, 2024/12/06
- 81/88: gnu: Add go-github-com-cli-browser., guix-commits, 2024/12/06
- 48/88: gnu: lf: Update to 33., guix-commits, 2024/12/06
- 51/88: gnu: go-github-com-gdamore-tcell: Move to golang-xyz., guix-commits, 2024/12/06
- 53/88: gnu: Remove go-github-com-kylelemons-godebug-pretty., guix-commits, 2024/12/06
- 54/88: gnu: Rename go-github-com-gizak-termui., guix-commits, 2024/12/06
- 60/88: gnu: go-github-com-google-gopacket: Adjust inputs., guix-commits, 2024/12/06
- 55/88: gnu: ghq: Update to 1.7.1., guix-commits, 2024/12/06
- 68/88: gnu: go-github-com-muesli-termenv: Remove examples.,
guix-commits <=
- 76/88: gnu: Add go-github-com-vito-midterm., guix-commits, 2024/12/06
- 70/88: gnu: Add go-gopkg-in-dnaeon-go-vcr-v3., guix-commits, 2024/12/06
- 72/88: gnu: Add go-github-com-shurcool-githubv4., guix-commits, 2024/12/06
- 77/88: gnu: Add go-github-com-charmbracelet-log., guix-commits, 2024/12/06
- 82/88: gnu: Add packages/golang-vcs module., guix-commits, 2024/12/06
- 83/88: gnu: Add go-github-com-xanzy-go-gitlab., guix-commits, 2024/12/06
- 84/88: gnu: go-github-com-alecthomas-kong: Update to 1.5.1., guix-commits, 2024/12/06
- 47/88: gnu: Add go-github-com-xuanwo-go-locale., guix-commits, 2024/12/06
- 52/88: gnu: packages/disk: Remove golang module., guix-commits, 2024/12/06
- 57/88: gnu: go-github-com-vishvananda-netlink: Simplify package., guix-commits, 2024/12/06