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: Icee19c7f087d3d12da00861c85950b598c5a2600master
parent
6ebe912b55
commit
63d23f03f7
|
@ -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"))
|
||||
|
|
Reference in New Issue