aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
diff options
context:
space:
mode:
authorTroy Figiel <troy@troyfigiel.com>2024-02-11 14:47:06 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-13 21:26:38 +0000
commit6b1430ddd7a5932b1f536f6cb1871b5943c98553 (patch)
tree1699f8f5234049374b818efa627470981c4f7441 /gnu/packages/golang-check.scm
parent63d23f03f78685977a23a1569a0ae13cc3fe43f4 (diff)
downloadguix-6b1430ddd7a5932b1f536f6cb1871b5943c98553.tar
guix-6b1430ddd7a5932b1f536f6cb1871b5943c98553.tar.gz
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r--gnu/packages/golang-check.scm5
1 files changed, 4 insertions, 1 deletions
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"))