Skip to content

Commit 63f2d16

Browse files
committed
pkgs/xorg: remove xf86-video-intel
1 parent 3faf017 commit 63f2d16

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

pkgs/servers/x11/xorg/overrides.nix

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,26 +1020,10 @@ self: super:
10201020
meta = attrs.meta // { mainProgram = "xinit"; };
10211021
});
10221022

1023-
xf86videointel = super.xf86videointel.overrideAttrs (attrs: {
1024-
# the update script only works with released tarballs :-/
1025-
name = "xf86-video-intel-2021-01-15";
1026-
src = fetchFromGitLab {
1027-
domain = "gitlab.freedesktop.org";
1028-
group = "xorg";
1029-
owner = "driver";
1030-
repo = "xf86-video-intel";
1031-
rev = "31486f40f8e8f8923ca0799aea84b58799754564";
1032-
sha256 = "sha256-nqT9VZDb2kAC72ot9UCdwEkM1uuP9NriJePulzrdZlM=";
1033-
};
1034-
buildInputs = attrs.buildInputs ++ [ xorg.libXScrnSaver xorg.libXv xorg.pixman xorg.utilmacros ];
1035-
nativeBuildInputs = attrs.nativeBuildInputs ++ [autoreconfHook ];
1036-
configureFlags = [ "--with-default-dri=3" "--enable-tools" ];
1037-
patches = [ ./use_crocus_and_iris.patch ];
1038-
1039-
meta = attrs.meta // {
1040-
platforms = ["i686-linux" "x86_64-linux"];
1041-
};
1042-
});
1023+
xf86videointel = throw ''
1024+
xf86videointel has been removed as the package is unmaintained and the driver is no longer functional.
1025+
Please remove "intel" from `services.xserver.videoDrivers` and switch to the "modesetting" driver.
1026+
''; # Added 2024-12-16;
10431027

10441028
xf86videoopenchrome = super.xf86videoopenchrome.overrideAttrs (attrs: {
10451029
buildInputs = attrs.buildInputs ++ [ xorg.libXv ];

pkgs/servers/x11/xorg/use_crocus_and_iris.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)