gnu: virtuoso-ese: Enable building on all 64bit platforms.
* gnu/packages/databases.scm (virtuoso-ese)[supported-platforms]: Mark all 64bit platforms as supported. Change-Id: Ia4c3368adc8948941d6795b9959ecb7ce35aea0f
This commit is contained in:
parent
623b46c589
commit
9ff2952a3f
1 changed files with 1 additions and 1 deletions
|
@ -3555,7 +3555,7 @@ Memory-Mapped Database} (LMDB), a high-performance key-value store.")
|
||||||
relational, graph, and document data management with web application server
|
relational, graph, and document data management with web application server
|
||||||
and web services platform functionality.")
|
and web services platform functionality.")
|
||||||
;; configure: error: ... can only be build on 64bit platforms
|
;; configure: error: ... can only be build on 64bit platforms
|
||||||
(supported-systems '("x86_64-linux" "mips64el-linux" "aarch64-linux"))
|
(supported-systems %64bit-supported-systems)
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public python-ccm
|
(define-public python-ccm
|
||||||
|
|
Reference in a new issue