Commit 8e0b6612 authored by Alexandre Iooss's avatar Alexandre Iooss
Browse files

kvdo: add missing kernel.moduleBuildDependencies

parent 491c3951
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
    hash = "sha256-4FYTFUIvGjea3bh2GbQYG7hSswVDdNS3S+jWQ9+inpg=";
  };

  nativeBuildInputs = kernel.moduleBuildDependencies;

  dontConfigure = true;
  enableParallelBuilding = true;