mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
linuxPackages.ati_drivers_x11: move to alias set
This commit is contained in:
parent
620fac4746
commit
334442fafe
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue