mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: wiredtiger: Enable building on more platforms.
* gnu/packages/databases.scm (wiredtiger)[supported-systems]: Mark all 64bit platforms as supported except riscv64-linux. Change-Id: I0e74347729db5f6c5d26fc88f5a60b5ab45d4381
This commit is contained in:
parent
4b67b38a79
commit
623b46c589
1 changed files with 1 additions and 1 deletions
|
@ -2845,7 +2845,7 @@ (define-public wiredtiger
|
|||
trees (LSM), for sustained throughput under random insert workloads.")
|
||||
(license license:gpl3) ; or GPL-2
|
||||
;; configure.ac: WiredTiger requires a 64-bit build.
|
||||
(supported-systems '("x86_64-linux" "mips64el-linux" "aarch64-linux"))))
|
||||
(supported-systems (delete "riscv64-linux" %64bit-supported-systems))))
|
||||
|
||||
(define-public wiredtiger-3
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue