kvdo: add missing kernel.moduleBuildDependencies

This commit is contained in:
Alexandre Iooss 2023-05-14 11:08:23 +02:00
parent 491c395163
commit 8e0b66120d

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
hash = "sha256-4FYTFUIvGjea3bh2GbQYG7hSswVDdNS3S+jWQ9+inpg=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;
dontConfigure = true;
enableParallelBuilding = true;