linuxPackages.r8168: update broken

This commit is contained in:
superherointj 2022-08-31 15:10:18 -03:00
parent 77c9266241
commit 6ed995f76c

View File

@ -54,6 +54,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ timokau ];
broken = kernel.kernelAtLeast "5.17";
broken = (lib.versions.majorMinor kernel.modDirVersion) != "5.15";
};
}