mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: wiredtiger: Enable building on aarch64-linux.
* gnu/packages/databases.scm (wiredtiger)[supported-systems]: Add aarch64-linux to supported-systems.
This commit is contained in:
parent
0aa872eadf
commit
092b7b3e69
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ (define-public wiredtiger
|
||||||
trees (LSM), for sustained throughput under random insert workloads.")
|
trees (LSM), for sustained throughput under random insert workloads.")
|
||||||
(license license:gpl3) ; or GPL-2
|
(license license:gpl3) ; or GPL-2
|
||||||
;; configure.ac: WiredTiger requires a 64-bit build.
|
;; configure.ac: WiredTiger requires a 64-bit build.
|
||||||
(supported-systems '("x86_64-linux" "mips64el-linux"))))
|
(supported-systems '("x86_64-linux" "mips64el-linux" "aarch64-linux"))))
|
||||||
|
|
||||||
(define-public perl-db-file
|
(define-public perl-db-file
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue