Merge pull request #127800 from Sohalt/dpdk-mods-typo

dpdk: fix typo in error message
This commit is contained in:
Sandro 2021-06-22 16:11:45 +02:00 committed by GitHub
commit dd2ad5f80f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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