mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-google-gofuzz: Fix indentation.
* gnu/packages/golang-check.scm (go-github-com-google-gofuzz): Fix indentation. Change-Id: I2bc2d39600bef6f22e8216d8f7fc53bef47c1d5e
This commit is contained in:
parent
46aa241c03
commit
438925126b
1 changed files with 22 additions and 21 deletions
|
@ -534,15 +534,16 @@ package, but can be used in other contexts too.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "19bykk6y9d1ivylxchkx1r1d02xrh3wfvvd02zvr5qv5ippv78ag"))))
|
||||||
"19bykk6y9d1ivylxchkx1r1d02xrh3wfvvd02zvr5qv5ippv78ag"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/google/gofuzz"))
|
(list
|
||||||
|
#:import-path "github.com/google/gofuzz"))
|
||||||
(home-page "https://github.com/google/gofuzz")
|
(home-page "https://github.com/google/gofuzz")
|
||||||
(synopsis "Fuzz testing library for Go")
|
(synopsis "Fuzz testing library for Go")
|
||||||
(description "Gofuzz is a library for populationg Go objects with random
|
(description
|
||||||
values for the purpose of fuzz testing.")
|
"Gofuzz is a library for populationg Go objects with random values for
|
||||||
|
the purpose of fuzz testing.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
;; XXX: Placing to (gnu package profiling) creates some failing cycles.
|
;; XXX: Placing to (gnu package profiling) creates some failing cycles.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue