mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-icrowley-fake.
* gnu/packages/golang-check.scm (go-github-com-icrowley-fake): New variable. Change-Id: Ia3158c274a7e69f777f695c63bdb9e7c70cc6ae8
This commit is contained in:
parent
4c0dfa2849
commit
26636d1fd2
1 changed files with 27 additions and 0 deletions
|
@ -620,6 +620,33 @@ package).")
|
|||
"This package provides a library to generate unified diffs.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-icrowley-fake
|
||||
(package
|
||||
(name "go-github-com-icrowley-fake")
|
||||
(version "0.0.0-20240710202011-f797eb4a99c0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/icrowley/fake")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zb2rdck6fwjw1ib7k6gm9d9mnsig4cr2807k7v5z6nwqka1pcw1"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/icrowley/fake"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-corpix-uarand))
|
||||
(home-page "https://github.com/icrowley/fake")
|
||||
(synopsis "Fake data generator for Golang")
|
||||
(description
|
||||
"Package fake is the fake data generatror for go (Golang), heavily
|
||||
inspired by forgery and @url{https://github.com/ffaker/ffaker,ffaker} Ruby
|
||||
gems.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-jackc-pgmock
|
||||
(package
|
||||
(name "go-github-com-jackc-pgmock")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue