[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: go-github-com-macronut-go-tproxy: Remove examples.
From: |
guix-commits |
Subject: |
01/16: gnu: go-github-com-macronut-go-tproxy: Remove examples. |
Date: |
Tue, 13 Feb 2024 16:27:30 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 63d23f03f78685977a23a1569a0ae13cc3fe43f4
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Feb 11 15:01:33 2024 +0100
gnu: go-github-com-macronut-go-tproxy: Remove examples.
* gnu/packages/golang.scm (go-github-com-macronut-go-tproxy) [source]:
Remove examples.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Icee19c7f087d3d12da00861c85950b598c5a2600
---
gnu/packages/golang.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 68e0c8eb24..89ef044c7a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6995,7 +6995,9 @@ improved and cleaner API.")
(file-name (git-file-name name version))
(sha256
(base32
- "0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))))
+ "0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))
+ (modules '((guix build utils)))
+ (snippet '(delete-file-recursively "example"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/macronut/go-tproxy"))
- branch master updated (6ebe912b55 -> ac470c516e), guix-commits, 2024/02/13
- 01/16: gnu: go-github-com-macronut-go-tproxy: Remove examples.,
guix-commits <=
- 04/16: gnu: go-gopkg-in-djherbis-times-v1: Remove examples., guix-commits, 2024/02/13
- 11/16: gnu: go-github-com-playground-locales: Add missing input., guix-commits, 2024/02/13
- 02/16: gnu: go-golang-org-sql-mock: Remove examples., guix-commits, 2024/02/13
- 03/16: gnu: go-github-com-goccy-go-json: Remove benchmarks., guix-commits, 2024/02/13
- 05/16: gnu: go-github-com-cespare-xxhash: Remove benchmarks., guix-commits, 2024/02/13
- 07/16: gnu: go-github-com-goccy-yaml: Remove benchmarks., guix-commits, 2024/02/13
- 12/16: gnu: go-gotest-tools-assert: Add missing inputs., guix-commits, 2024/02/13
- 15/16: gnu: go-golang-org-x-oauth2: Add missing input., guix-commits, 2024/02/13
- 08/16: gnu: go-github-com-avast-retry-go: Remove examples., guix-commits, 2024/02/13
- 10/16: gnu: go-github-com-charmbracelet-bubbletea: Remove examples., guix-commits, 2024/02/13