Merge pull request #189151 from superherointj/broken-r8168-mark-broken
linuxPackages.r8168: update broken
This commit is contained in:
commit
8682bea254
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue