gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux.
* gnu/packages/xorg.scm (xf86-video-vmware)[supported-systems]: New field.
This commit is contained in:
parent
831bb7f33b
commit
b3d0a1a1dc
@ -3497,6 +3497,8 @@ server driver works.")
|
|||||||
(synopsis "VMware SVGA video driver for X server")
|
(synopsis "VMware SVGA video driver for X server")
|
||||||
(description
|
(description
|
||||||
"xf86-video-vmware is a VMware SVGA video driver for the Xorg X server.")
|
"xf86-video-vmware is a VMware SVGA video driver for the Xorg X server.")
|
||||||
|
;; This package only makes sense on some architectures.
|
||||||
|
(supported-systems (list "x86_64-linux" "i686-linux"))
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
(define-public xf86-video-voodoo
|
(define-public xf86-video-voodoo
|
||||||
|
Loading…
Reference in New Issue
Block a user