Unverified Commit 8cccca1f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

linuxPackages.isgx: mark as broken for kernels >= 6.4 (#353876)

parents f2a08919 75943b09
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,5 +41,9 @@ stdenv.mkDerivation rec {
    license = with licenses; [ bsd3 /* OR */ gpl2Only ];
    maintainers = [ ];
    platforms = [ "x86_64-linux" ];
    # This kernel module is now in mainline so newer kernels should
    # use that rather than this out-of-tree version (officially
    # deprecated by Intel)
    broken = kernel.kernelAtLeast "6.4";
  };
}