Merge pull request #189151 from superherointj/broken-r8168-mark-broken

linuxPackages.r8168: update broken
This commit is contained in:
superherointj 2022-09-01 09:20:32 -03:00 committed by GitHub
commit 8682bea254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};
}