mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Merge pull request #215274 from superherointj/fix-cryptodev
cryptodev: unpin kernel
This commit is contained in:
commit
62b965c135
@ -26059,7 +26059,7 @@ with pkgs;
|
||||
|
||||
linux-doc = callPackage ../os-specific/linux/kernel/htmldocs.nix { };
|
||||
|
||||
cryptodev = linuxKernel.packages.linux_4_9.cryptodev;
|
||||
cryptodev = linuxPackages.cryptodev;
|
||||
|
||||
dpdk = callPackage ../os-specific/linux/dpdk {
|
||||
kernel = null; # dpdk modules are in linuxPackages.dpdk.kmod
|
||||
|
Loading…
Reference in New Issue
Block a user