linuxPackages.ati_drivers_x11: move to alias set

This commit is contained in:
Jonathan Ringer 2021-06-03 13:57:25 -07:00 committed by Jonathan Ringer
parent 620fac4746
commit 334442fafe

View file

@ -20625,8 +20625,6 @@ in
bbswitch = callPackage ../os-specific/linux/bbswitch {};
ati_drivers_x11 = throw "ati drivers are no longer supported by any kernel >=4.1"; # added 2021-05-18
chipsec = callPackage ../tools/security/chipsec {
inherit kernel;
withDriver = true;
@ -20798,6 +20796,9 @@ in
zfs = zfsStable;
can-isotp = callPackage ../os-specific/linux/can-isotp { };
} // lib.optionalAttrs (config.allowAliases or false) {
# aliases or removed packages
ati_drivers_x11 = throw "ati drivers are no longer supported by any kernel >=4.1"; # added 2021-05-18
});
# The current default kernel / kernel modules.