(address . guix-patches@gnu.org)
* 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(-)
Toggle diff (19 lines)
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))
base-commit: b6439fc5f800b5d22d48192bc347be794f050329
--
2.42.0