tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.r8168: update broken
superherointj
3 years ago
6ed995f7
77c92662
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
r8168
default.nix
+1
-1
pkgs/os-specific/linux/r8168/default.nix
···
54
license = licenses.gpl2Plus;
55
platforms = platforms.linux;
56
maintainers = with maintainers; [ timokau ];
57
-
broken = kernel.kernelAtLeast "5.17";
58
};
59
}
···
54
license = licenses.gpl2Plus;
55
platforms = platforms.linux;
56
maintainers = with maintainers; [ timokau ];
57
+
broken = (lib.versions.majorMinor kernel.modDirVersion) != "5.15";
58
};
59
}