1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: guile-wiredtiger: Depend on guile2.2-bytestructures.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Taylan Kammer
2022-02-25 21:42:37 +01:00
committed by Ludovic Courtès
parent eabc6af9b8
commit a53ea46bfc

View File

@@ -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''