GNU bug report logs -
#31625
[PATCH 1/6] gnu: Add go-github-com-urfave-cli.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-gorilla-context): 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 6ace45890..cad6e5a60 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1601,3 +1601,28 @@ preformance characteristics of running contrainers.")
(description "Gofuzz is a library for populationg go objects with random
values.")
(license license:asl2.0))))
+
+(define-public go-github-com-gorilla-context
+ (let ((commit "08b5f424b9271eedf6f9f0ce86cb9396ed337a42")
+ (revision "0"))
+ (package
+ (name "go-github-com-gorilla-context")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gorilla/context.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "03p4hn87vcmfih0p9w663qbx9lpsf7i7j3lc7yl7n84la3yz63m4"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/gorilla/context"))
+ (home-page "https://github.com/gorilla/context")
+ (synopsis "This packages is registry for request variables")
+ (description "Gorilla/context is a general purpose registry for global
+request variables.")
+ (license license:bsd-3))))
--
2.17.0
This bug report was last modified 6 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.