unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54164] [PATCH] gnu: guile-wiredtiger: Depend on guile2.2-bytestructures.
@ 2022-02-25 20:42 Taylan Kammer
  2022-03-01 11:26 ` bug#54164: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Taylan Kammer @ 2022-02-25 20:42 UTC (permalink / raw)
  To: 54164

* gnu/packages/databases.scm (guile-wiredtiger): Since we depend on guile-2.2,
we should depend on guile2.2-bytestructures, not guile-bytestructures.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 0d10f61817..8e9431016f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2661,7 +2661,7 @@ trees (LSM), for sustained throughput under random insert workloads.")
     (inputs
      (list wiredtiger-3 guile-2.2))
     (propagated-inputs
-     (list guile-bytestructures))
+     (list guile2.2-bytestructures))
     (synopsis "WiredTiger bindings for GNU Guile")
     (description
      "This package provides Guile bindings to the WiredTiger ``NoSQL''
-- 
2.30.2





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

* bug#54164: [PATCH] gnu: guile-wiredtiger: Depend on guile2.2-bytestructures.
  2022-02-25 20:42 [bug#54164] [PATCH] gnu: guile-wiredtiger: Depend on guile2.2-bytestructures Taylan Kammer
@ 2022-03-01 11:26 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-01 11:26 UTC (permalink / raw)
  To: Taylan Kammer; +Cc: 54164-done

Hi,

Taylan Kammer <taylan.kammer@gmail.com> skribis:

> * gnu/packages/databases.scm (guile-wiredtiger): Since we depend on guile-2.2,
> we should depend on guile2.2-bytestructures, not guile-bytestructures.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-03-01 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 20:42 [bug#54164] [PATCH] gnu: guile-wiredtiger: Depend on guile2.2-bytestructures Taylan Kammer
2022-03-01 11:26 ` bug#54164: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).