guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: gnu: go-github-com-macronut-go-tproxy: Remove examples.


From: guix-commits
Subject: 01/16: gnu: go-github-com-macronut-go-tproxy: Remove examples.
Date: Tue, 13 Feb 2024 16:27:30 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 63d23f03f78685977a23a1569a0ae13cc3fe43f4
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Feb 11 15:01:33 2024 +0100

    gnu: go-github-com-macronut-go-tproxy: Remove examples.
    
    * gnu/packages/golang.scm (go-github-com-macronut-go-tproxy) [source]:
    Remove examples.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: Icee19c7f087d3d12da00861c85950b598c5a2600
---
 gnu/packages/golang.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 68e0c8eb24..89ef044c7a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6995,7 +6995,9 @@ improved and cleaner API.")
               (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]