gnu: lookingglass: Limit to Intel compatable systems.

* gnu/packages/virtualization.scm (lookingglass)[supported-systems]: New
field.
This commit is contained in:
Efraim Flashner 2017-12-16 19:17:43 +02:00
parent d9f65bd32d
commit 25504aaff8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -752,4 +752,6 @@ Machine Protocol.")
Machine) configured for VGA PCI Pass-through without an attached physical Machine) configured for VGA PCI Pass-through without an attached physical
monitor, keyboard or mouse. It displays the VM's rendered contents on your main monitor, keyboard or mouse. It displays the VM's rendered contents on your main
monitor/GPU.") monitor/GPU.")
;; This package requires SSE instructions.
(supported-systems '("i686-linux" "x86_64-linux"))
(license gpl2+))) (license gpl2+)))