[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
- branch master updated (a3b57e57e6 -> de4675d558), guix-commits, 2023/01/31
- 02/33: gnu: xf86-video-qxl: Update to 0.1.6., guix-commits, 2023/01/31
- 03/33: gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux.,
guix-commits <=
- 07/33: gnu: libxxf86dga: Update to 1.1.6., guix-commits, 2023/01/31
- 10/33: gnu: xcursorgen: Update to 1.0.8., guix-commits, 2023/01/31
- 01/33: gnu: xf86-video-voodoo: Update to 1.2.6., guix-commits, 2023/01/31
- 12/33: gnu: xf86-input-joystick: Update to 1.6.4., guix-commits, 2023/01/31
- 18/33: gnu: xf86-video-sunffb: Update to 1.2.3., guix-commits, 2023/01/31
- 21/33: gnu: xgamma: Update to 1.0.7., guix-commits, 2023/01/31
- 16/33: gnu: xf86-video-r128: Update to 6.12.1., guix-commits, 2023/01/31
- 17/33: gnu: xf86-video-suncg6: Update to 1.1.3., guix-commits, 2023/01/31
- 23/33: gnu: xkbevd: Update to 1.1.5., guix-commits, 2023/01/31
- 27/33: gnu: xlsclients: Update to 1.1.5., guix-commits, 2023/01/31