me
/
guix
Archived
1
0
Fork 0

gnu: go-gopkg-in-mgo-v2: Add missing inputs.

* gnu/packages/databases.scm (go-gopkg-in-mgo-v2): Add missing inputs.
[propagated-inputs]: Add go-gopkg.in-tomb.v2.
[inputs]: Add cyrus-sasl.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
master
Troy Figiel 2024-02-11 11:38:55 +01:00 committed by Sharlatan Hellseher
parent 2525b168f9
commit 00e0071391
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 4 additions and 0 deletions

View File

@ -3349,6 +3349,10 @@ etc., and an SQL engine for performing simple SQL queries.")
(arguments (arguments
'(#:tests? #f ; Tests try to use a running mongodb server. '(#:tests? #f ; Tests try to use a running mongodb server.
#:import-path "gopkg.in/mgo.v2")) #:import-path "gopkg.in/mgo.v2"))
(propagated-inputs
(list go-gopkg.in-tomb.v2))
(inputs
(list cyrus-sasl))
(native-inputs (native-inputs
(list go-gopkg-in-check-v1)) (list go-gopkg-in-check-v1))
(home-page "https://gopkg.in/mgo.v2") (home-page "https://gopkg.in/mgo.v2")