Unverified Commit 5fdec421 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

linuxPackages.rtl8814au: mark broken on kernel versions < 5.2 and > 6.14 (#459966)

parents 841518f7 82aa30fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,5 +42,6 @@ stdenv.mkDerivation {
    homepage = "https://github.com/morrownr/8814au";
    license = licenses.gpl2Only;
    maintainers = [ maintainers.lassulus ];
    broken = kernel.kernelOlder "5.2" || kernel.kernelAtLeast "6.15";
  };
}