diff mbox series

[bug#69055] gnu: go-github-com-macronut-go-tproxy: Remove examples.

Message ID 87bk8n9k03.fsf@troyfigiel.com
State New
Headers show
Series [bug#69055] gnu: go-github-com-macronut-go-tproxy: Remove examples. | expand

Commit Message

Troy Figiel Feb. 11, 2024, 2:01 p.m. UTC
* gnu/packages/golang.scm (go-github-com-macronut-go-tproxy)[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:28 p.m. UTC | #1
Hi,

Pushed as 63d23f03f78685977a23a1569a0ae13cc3fe43f4 to master.

--
Oleg
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..7cab7a8849 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7655,7 +7655,9 @@  (define-public go-github-com-macronut-go-tproxy
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))))
+                "0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))
+              (modules '((guix build utils)))
+              (snippet '(delete-file-recursively "example"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/macronut/go-tproxy"))