GNU bug report logs -
#31670
[PATCH 1/3] gnu: Add go-github-com-gorilla-mux.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7ab29abe0..5876598da 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1652,3 +1652,28 @@ request variables.")
"Gorilla/Mux implements a request router and dispatcher for matching
incoming requests to their respective handler.")
(license license:bsd-3))))
+
+(define-public go-github-com-jonboulle-clockwork
+ (let ((commit "e3653ace2d63753697e0e5b07b9393971c0bba9d")
+ (revision "0"))
+ (package
+ (name "go-github-com-jonboulle-clockwork")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jonboulle/clockwork.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1avzqhks12a8x2yzpvjsf3k0gv9cy7zx2z88hn0scacnxkphisvc"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/jonboulle/clockwork"))
+ (home-page
+ "https://github.com/jonboulle/clockwork")
+ (synopsis "This package is fake clock library for golang")
+ (description "Clockwork replace golang time with clock interface.")
+ (license license:asl2.0))))
--
2.17.0
This bug report was last modified 6 years and 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.