mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
linuxPackages.r8168: update broken
This commit is contained in:
parent
77c9266241
commit
6ed995f76c
@ -54,6 +54,6 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ timokau ];
|
maintainers = with maintainers; [ timokau ];
|
||||||
broken = kernel.kernelAtLeast "5.17";
|
broken = (lib.versions.majorMinor kernel.modDirVersion) != "5.15";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user