diff mbox series

[bug#69045] gnu: go-github-com-avast-retry-go: Remove examples.

Message ID 87plx39s11.fsf@troyfigiel.com
State New
Headers show
Series [bug#69045] gnu: go-github-com-avast-retry-go: Remove examples. | expand

Commit Message

Troy Figiel Feb. 11, 2024, 11:03 a.m. UTC
* gnu/packages/golang.scm (go-github-com-avast-retry-go)[source]: Remove examples.
---
 gnu/packages/golang.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


base-commit: b6439fc5f800b5d22d48192bc347be794f050329

Comments

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

Pushed as 2525b168f98066c1400783c1f350c90ec1259a76 to master.

--
Oleg
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..888dacde2e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1259,7 +1259,9 @@  (define-public go-github-com-avast-retry-go
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0hb4b1668516a4gv8avmflr565b6c1h93phdb068hcjxxj8767ba"))))
+          (base32 "0hb4b1668516a4gv8avmflr565b6c1h93phdb068hcjxxj8767ba"))
+         (modules '((guix build utils)))
+         (snippet '(delete-file-recursively "examples"))))
       (build-system go-build-system)
       (arguments `(#:import-path "github.com/avast/retry-go"))
       (propagated-inputs (list go-github-com-stretchr-testify))