mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: lookingglass: Limit to Intel compatable systems.
* gnu/packages/virtualization.scm (lookingglass)[supported-systems]: New field.
This commit is contained in:
parent
d9f65bd32d
commit
25504aaff8
1 changed files with 2 additions and 0 deletions
|
@ -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+)))
|
||||
|
|
Loading…
Reference in a new issue