mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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
This commit is contained in:
parent
6ebe912b55
commit
63d23f03f7
1 changed files with 3 additions and 1 deletions
|
@ -6995,7 +6995,9 @@ (define-public go-github-com-macronut-go-tproxy
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))))
|
"0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet '(delete-file-recursively "example"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/macronut/go-tproxy"))
|
'(#:import-path "github.com/macronut/go-tproxy"))
|
||||||
|
|
Loading…
Reference in a new issue