Skip to content

Commit ebfff1e

Browse files
committed
gnu: Remove go-gopkg-in-mgo-v2.
Not in use by any other packages in Guix. Unmaintained according to project's about, see <go-mgo/mgo#574>. * gnu/packages/databases.scm (go-gopkg-in-mgo-v2): Delete variable. Change-Id: Idc1e064e20a3263fc62f478bf4fe69b7b39a4dcb
1 parent 88ecf4c commit ebfff1e

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

gnu/packages/databases.scm

-28
Original file line numberDiff line numberDiff line change
@@ -3702,34 +3702,6 @@ etc., and an SQL engine for performing simple SQL queries.")
37023702
(license (list license:lgpl2.0
37033703
license:gpl2+))))
37043704

3705-
(define-public go-gopkg-in-mgo-v2
3706-
(package
3707-
(name "go-gopkg-in-mgo-v2")
3708-
(version "2.0.0-20190816093944-a6b53ec6cb22")
3709-
(source
3710-
(origin
3711-
(method git-fetch)
3712-
(uri (git-reference
3713-
(url "https://gopkg.in/mgo.v2")
3714-
(commit (go-version->git-ref version))))
3715-
(file-name (git-file-name name version))
3716-
(sha256
3717-
(base32 "1lgvwxsbmdrf4938qkxl56wbwgbphk2qqnmpf73qdmlv4qsg14na"))))
3718-
(build-system go-build-system)
3719-
(arguments
3720-
'(#:tests? #f ; Tests try to use a running mongodb server.
3721-
#:import-path "gopkg.in/mgo.v2"))
3722-
(propagated-inputs
3723-
(list go-gopkg.in-tomb.v2))
3724-
(inputs
3725-
(list cyrus-sasl))
3726-
(native-inputs
3727-
(list go-gopkg-in-check-v1))
3728-
(home-page "https://gopkg.in/mgo.v2")
3729-
(synopsis "MongoDB driver for Go")
3730-
(description "This package provides a MongoDB driver for Go.")
3731-
(license license:bsd-2)))
3732-
37333705
(define-public python-lmdb
37343706
(package
37353707
(name "python-lmdb")

0 commit comments

Comments
 (0)