gnu: virtuoso-ose: Limit to 64-bit platforms.

* gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
master
Efraim Flashner 2017-10-04 10:49:26 +03:00
parent 6fe2d37ccf
commit 48b68c6178
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -1741,4 +1741,6 @@ implementation for Python.")
(description "Virtuoso is a scalable cross-platform server that combines
relational, graph, and document data management with web application server
and web services platform functionality.")
;; configure: error: ... can only be build on 64bit platforms
(supported-systems '("x86_64-linux" "mips64el-linux" "aarch64-linux"))
(license license:gpl2)))