all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69044] [PATCH] gnu: go-gopkg-in-mgo-v2: Add missing inputs.
@ 2024-02-11 10:38 Troy Figiel
  2024-02-13 21:40 ` bug#69044: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-11 10:38 UTC (permalink / raw)
  To: 69044

* gnu/packages/databases.scm (go-gopkg-in-mgo-v2): Add missing inputs.
[propagated-inputs]: Add go-gopkg.in-tomb.v2.
[inputs]: Add cyrus-sasl.
---
 gnu/packages/databases.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 903088ed4b..7c25e581e2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3348,6 +3348,10 @@ (define-public go-gopkg-in-mgo-v2
     (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")

base-commit: 9edbb2d7a40c9da7583a1046e39b87633459f656
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69044: [PATCH] gnu: go-gopkg-in-mgo-v2: Add missing inputs.
  2024-02-11 10:38 [bug#69044] [PATCH] gnu: go-gopkg-in-mgo-v2: Add missing inputs Troy Figiel
@ 2024-02-13 21:40 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-13 21:40 UTC (permalink / raw)
  To: 69044-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Hi,

Pushed as 00e0071391f060bd8888dd31ae744e5126c0d2c4 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-13 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11 10:38 [bug#69044] [PATCH] gnu: go-gopkg-in-mgo-v2: Add missing inputs Troy Figiel
2024-02-13 21:40 ` bug#69044: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.