mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: virtuoso-ose: Limit to 64-bit platforms.
* gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
This commit is contained in:
parent
6fe2d37ccf
commit
48b68c6178
1 changed files with 2 additions and 0 deletions
|
@ -1741,4 +1741,6 @@ (define-public virtuoso-ose
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue