Skip to content

Commit

Permalink
linuxPackages.r8168: update broken
Browse files Browse the repository at this point in the history
  • Loading branch information
superherointj committed Aug 31, 2022
1 parent 77c9266 commit 6ed995f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/r8168/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 6ed995f

Please sign in to comment.