[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: go-golang-org-sql-mock: Remove examples.
From: |
guix-commits |
Subject: |
02/16: gnu: go-golang-org-sql-mock: Remove examples. |
Date: |
Tue, 13 Feb 2024 16:27:30 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 6b1430ddd7a5932b1f536f6cb1871b5943c98553
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Feb 11 14:47:06 2024 +0100
gnu: go-golang-org-sql-mock: Remove examples.
* gnu/packages/golang-check.scm (go-golang-org-sql-mock) [source]:
Remove examples.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I51454ed64c9beda076120d9ef635a43e4b85d6a1
---
gnu/packages/golang-check.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 8ce85421e9..f6ba0682b0 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2023 Felix Lechner <felix.lechner@lease-up.com>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2023 Katherine Cox-Buday <cox.katherine.e@gmail.com>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -590,7 +591,9 @@ under test) much simpler.")
(file-name (git-file-name name version))
(sha256
(base32
- "033vv29g2wf6fd757ajfmha30bqin3b07377037zkl051mk6mghs"))))
+ "033vv29g2wf6fd757ajfmha30bqin3b07377037zkl051mk6mghs"))
+ (modules '((guix build utils)))
+ (snippet '(delete-file-recursively "examples"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/DATA-DOG/go-sqlmock"))
- branch master updated (6ebe912b55 -> ac470c516e), guix-commits, 2024/02/13
- 01/16: gnu: go-github-com-macronut-go-tproxy: Remove examples., guix-commits, 2024/02/13
- 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 <=
- 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
- 06/16: gnu: go-github-com-oneofone-xxhash: Remove benchmarks., guix-commits, 2024/02/13
- 09/16: gnu: go-gopkg-in-mgo-v2: Add missing inputs., guix-commits, 2024/02/13
- 13/16: gnu: go-github-com-prometheus-procfs: Add missing input., guix-commits, 2024/02/13