GNU bug report logs -
#53346
[PATCH 0/6] Some go patches
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Tue, 18 Jan 2022 14:47:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/databases.scm (go-gopkg-in-mgo-v2): New variable.
---
gnu/packages/databases.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index eceb799bc8..3f81dfa7bd 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3006,6 +3006,30 @@ (define-public mdbtools
(license (list license:lgpl2.0
license:gpl2+))))
+(define-public go-gopkg-in-mgo-v2
+ (package
+ (name "go-gopkg-in-mgo-v2")
+ (version "2.0.0-20190816093944-a6b53ec6cb22")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gopkg.in/mgo.v2")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1lgvwxsbmdrf4938qkxl56wbwgbphk2qqnmpf73qdmlv4qsg14na"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:tests? #f ; Tests try to use a running mongodb server.
+ #:import-path "gopkg.in/mgo.v2"))
+ (native-inputs
+ (list go-gopkg-in-check-v1))
+ (home-page "https://gopkg.in/mgo.v2")
+ (synopsis "MongoDB driver for Go")
+ (description "This package provides a MongoDB driver for Go.")
+ (license license:bsd-2)))
+
(define-public python-lmdb
(package
(name "python-lmdb")
--
2.34.0
This bug report was last modified 3 years and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.