[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/32: gnu: go-github-com-charmbracelet-harmonica: Remove examples.
From: |
guix-commits |
Subject: |
02/32: gnu: go-github-com-charmbracelet-harmonica: Remove examples. |
Date: |
Mon, 19 Feb 2024 18:40:48 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8abb1e59fd93b4ff81326aa18b5f309d87b0a200
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Feb 17 11:17:46 2024 +0100
gnu: go-github-com-charmbracelet-harmonica: Remove examples.
* gnu/packages/golang.scm (go-github-com-charmbracelet-harmonica): Remove
examples.
[arguments] <#:phases>: Add remove-examples phase.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bde0c74859..9db19b2fdc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7895,7 +7895,13 @@ use one of our glamorous default themes.")
(base32 "1aasg0c0xxhwav4ivm1mqmsqab6lk407xky8c19pb85r1hdbq0n7"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/charmbracelet/harmonica"))
+ (list
+ #:import-path "github.com/charmbracelet/harmonica"
+ #: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/charmbracelet/harmonica")
(synopsis "Simple, physics-based animation library")
(description
- branch master updated (4c6861b630 -> 193a01d73f), guix-commits, 2024/02/19
- 02/32: gnu: go-github-com-charmbracelet-harmonica: Remove examples.,
guix-commits <=
- 01/32: gnu: go-github-com-goccy-go-json: Revert source snippet, guix-commits, 2024/02/19
- 05/32: gnu: go-github-com-schollz-progressbar-v3: Remove examples., guix-commits, 2024/02/19
- 06/32: gnu: go-github-com-coreos-go-semver: Add missing input., guix-commits, 2024/02/19
- 03/32: gnu: go-github-com-mattn-go-colorable: Add missing input., guix-commits, 2024/02/19
- 04/32: gnu: go-github-com-mesilliac-pulse-simple: Remove examples., guix-commits, 2024/02/19
- 15/32: gnu: Add go-github-com-benbjohnson-clock., guix-commits, 2024/02/19
- 07/32: gnu: go-github-com-coreos-go-semver: Update to 0.3.1., guix-commits, 2024/02/19
- 09/32: gnu: go-golang-org-x-net-html: Add missing input., guix-commits, 2024/02/19
- 11/32: gnu: Add go-pixelmatch., guix-commits, 2024/02/19
- 14/32: gnu: Add go-github-com-golang-jwt-jwt-v5., guix-commits, 2024/02/19