mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: go-github-com-cespare-xxhash: Remove benchmarks.
* gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash) [source]: Remove benchmarks. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iabfcb76235206ffc2a9afb8d3cf185ebba99b59c
This commit is contained in:
parent
33183150c2
commit
3463158205
1 changed files with 3 additions and 1 deletions
|
@ -272,7 +272,9 @@ (define-public go-github-com-cespare-xxhash
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a"))))
|
||||
(base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(delete-file-recursively "xxhashbench"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue