mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
linuxPackages.dpdk: remove alias
This was causing evaluation errors in some instances. Fixes https://github.com/NixOS/nixpkgs/issues/127275
This commit is contained in:
parent
69063eaf62
commit
0e82a32697
@ -20914,8 +20914,6 @@ in
|
||||
|
||||
dpdk-kmods = callPackage ../os-specific/linux/dpdk-kmods { };
|
||||
|
||||
dpdk = throw "The dpdk driver has been renamed to dpdk-kmods.";
|
||||
|
||||
exfat-nofuse = callPackage ../os-specific/linux/exfat { };
|
||||
|
||||
evdi = callPackage ../os-specific/linux/evdi { };
|
||||
|
Loading…
Reference in New Issue
Block a user