[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/32: gnu: go-github-com-goccy-go-json: Revert source snippet
From: |
guix-commits |
Subject: |
01/32: gnu: go-github-com-goccy-go-json: Revert source snippet |
Date: |
Mon, 19 Feb 2024 18:40:46 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit a72487a9ea621f2d9f926a1d50e3d68228f93896
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Feb 18 21:53:19 2024 +0000
gnu: go-github-com-goccy-go-json: Revert source snippet
Reported by Hilton Chain <hako@ultrarare.space> in
<https://issues.guix.gnu.org/64916>. Introduced in commit d86c93c9cbe5.
* gnu/packages/golang-web.scm (go-github-com-goccy-go-json) [source]:
Add snippet deleting benchmarks files.
Change-Id: I86d878bd9cd5a24fb71c1cbbd698527a40e84f05
---
gnu/packages/golang-web.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c97d775fff..210d17b997 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -655,7 +655,9 @@ Encryption, JSON Web Signature, and JSON Web Token
standards.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1krid2hlvs808jl9zmv7m6zx92samc60gymhwr2mwwykicwbnks8"))))
+ (base32 "1krid2hlvs808jl9zmv7m6zx92samc60gymhwr2mwwykicwbnks8"))
+ (modules '((guix build utils)))
+ (snippet '(delete-file-recursively "benchmarks"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/goccy/go-json"))
- branch master updated (4c6861b630 -> 193a01d73f), guix-commits, 2024/02/19
- 02/32: gnu: go-github-com-charmbracelet-harmonica: Remove examples., guix-commits, 2024/02/19
- 01/32: gnu: go-github-com-goccy-go-json: Revert source snippet,
guix-commits <=
- 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
- 17/32: gnu: go-github-com-alecthomas-chroma: Move to golang-xyz., guix-commits, 2024/02/19