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:
Jörg Thalheim
2021-07-03 06:09:05 +02:00
parent 69063eaf62
commit 0e82a32697
-2
View File
@@ -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 { };