mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
eabc6af9b8
commit
a53ea46bfc
1 changed files with 1 additions and 1 deletions
|
@ -2661,7 +2661,7 @@ trees (LSM), for sustained throughput under random insert workloads.")
|
||||||
(inputs
|
(inputs
|
||||||
(list wiredtiger-3 guile-2.2))
|
(list wiredtiger-3 guile-2.2))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-bytestructures))
|
(list guile2.2-bytestructures))
|
||||||
(synopsis "WiredTiger bindings for GNU Guile")
|
(synopsis "WiredTiger bindings for GNU Guile")
|
||||||
(description
|
(description
|
||||||
"This package provides Guile bindings to the WiredTiger ``NoSQL''
|
"This package provides Guile bindings to the WiredTiger ``NoSQL''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue