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

View file

@ -752,4 +752,6 @@ (define-public lookingglass
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/GPU.")
;; This package requires SSE instructions.
(supported-systems '("i686-linux" "x86_64-linux"))
(license gpl2+)))