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:08:24 +02:00
parent 69063eaf62
commit 0e82a32697
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

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 { };