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: Iabfcb76235206ffc2a9afb8d3cf185ebba99b59cmaster
parent
33183150c2
commit
3463158205
|
@ -272,7 +272,9 @@ needing to use secp256k1 elliptic curve cryptography.")
|
|||
(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
|
||||
|
|
Reference in New Issue