linuxPackages.dpdk: remove alias

This was causing evaluation errors in some instances.

Fixes https://github.com/NixOS/nixpkgs/issues/127275

(cherry picked from commit 0e82a3269727fb4c8e3d0b71a7048b465b3be8e4)
This commit is contained in:
Jörg Thalheim 2021-07-03 06:08:24 +02:00
parent fe80e34fef
commit 035c6b0ee9
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -20535,8 +20535,6 @@ in
dpdk-kmods = callPackage ../os-specific/linux/dpdk-kmods { };
dpdk = throw "The dpdk driver has been renamed to dpdk-mods.";
exfat-nofuse = callPackage ../os-specific/linux/exfat { };
evdi = callPackage ../os-specific/linux/evdi { };