diff mbox series

[bug#69054] gnu: go-golang-org-sql-mock: Remove examples.

Message ID 87eddj9kjh.fsf@troyfigiel.com
State New
Headers show
Series [bug#69054] gnu: go-golang-org-sql-mock: Remove examples. | expand

Commit Message

Troy Figiel Feb. 11, 2024, 1:47 p.m. UTC
* gnu/packages/golang-check.scm (go-golang-org-sql-mock)[source]: Remove examples.
---
 gnu/packages/golang-check.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


base-commit: b6439fc5f800b5d22d48192bc347be794f050329

Comments

Sharlatan Hellseher Feb. 13, 2024, 9:29 p.m. UTC | #1
Hi,

Pushed as 6b1430ddd7a5932b1f536f6cb1871b5943c98553 to master.

--
Oleg
diff mbox series

Patch

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 912444bc8e..d0dad5056a 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.
 ;;;
@@ -550,7 +551,9 @@  (define-public go-golang-org-sql-mock
          (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"))