diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-13 11:51:46 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:45 +0000 |
commit | 838d28253065b268c026e7eb84dd2e3cede666ab (patch) | |
tree | dbece407664970e51a0b1cc561885d730cc75c82 /gnu/packages/golang.scm | |
parent | 43e019b561396b2667899a0d83a4b624c2f81369 (diff) | |
download | guix-838d28253065b268c026e7eb84dd2e3cede666ab.tar.gz guix-838d28253065b268c026e7eb84dd2e3cede666ab.zip |
gnu: go-github-com-jonboulle-clockwork: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Idf7a5958a856507f37d54771d6f4881b367ed39e
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index b9dc8d3d69..308831bcb4 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3238,30 +3238,6 @@ information about the resource usage and performance characteristics of running containers.") (license license:asl2.0)))) -(define-public go-github-com-jonboulle-clockwork - (package - (name "go-github-com-jonboulle-clockwork") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jonboulle/clockwork") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/jonboulle/clockwork")) - (home-page "https://github.com/jonboulle/clockwork") - (synopsis "Fake clock library for Go") - (description - "Replace uses of the @code{time} package with the @code{clockwork.Clock} -interface instead.") - (license license:asl2.0))) - (define-public go-github-com-spf13-afero (package (name "go-github-com-spf13-afero") |