summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-01-31 15:27:38 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-03-02 11:29:17 +0800
commitc53e8404e80d2ac99335697b534fd4650e724268 (patch)
treeffa320fb0001c6c2db22ddd03941ec75336c91ed /gnu/local.mk
parent7493ff7ae3275dd4a21fdf904d74a23fc459c661 (diff)
downloadguix-c53e8404e80d2ac99335697b534fd4650e724268.tar.gz
gnu: Remove broken xf86 video drivers.
Those packages build failed with current xorg-server:
  openchrome: multiple definition of some functions.
  other: missing headers for xf86RamDac.h, IBM.h, etc.

* gnu/packages/xorg.scm (xf86-video-glint, xf86-video-openchrome
xf86-video-suncg6, xf86-video-sunffb, xf86-video-tga
xf86-video-trident): Remove packages.
* gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index dd1d546be5..69781a0b8b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2006,7 +2006,6 @@ dist_patch_DATA =						\
   %D%/packages/patches/xf86-video-nouveau-fixup-ABI.patch	\
   %D%/packages/patches/xf86-video-savage-xorg-compat.patch 	\
   %D%/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch \
-  %D%/packages/patches/xf86-video-tga-remove-mibstore.patch	\
   %D%/packages/patches/xfce4-panel-plugins.patch		\
   %D%/packages/patches/xfce4-settings-defaults.patch		\
   %D%/packages/patches/xgboost-use-system-dmlc-core.patch       \