guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/33: gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux.


From: guix-commits
Subject: 03/33: gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux.
Date: Tue, 31 Jan 2023 05:55:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b3d0a1a1dc84cdd85be00b82990ffd79a527eccd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 11:56:14 2023 +0200

    gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux.
    
    * gnu/packages/xorg.scm (xf86-video-vmware)[supported-systems]: New field.
---
 gnu/packages/xorg.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2bdb0fd7f8..970b2611fe 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3497,6 +3497,8 @@ server driver works.")
     (synopsis "VMware SVGA video driver for X server")
     (description
      "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)))
 
 (define-public xf86-video-voodoo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]