Skip to content

Commit

Permalink
gnu: Remove go-gopkg-in-mgo-v2.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Hellseher committed Jan 9, 2025
1 parent 85c9648 commit b041cc7
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions gnu/packages/databases.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3702,34 +3702,6 @@ etc., and an SQL engine for performing simple SQL queries.")
(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"))
(propagated-inputs
(list go-gopkg.in-tomb.v2))
(inputs
(list cyrus-sasl))
(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")
Expand Down

0 comments on commit b041cc7

Please sign in to comment.