tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.rtl8192eu: mark broken on Linux 5.18
Alyssa Ross
3 years ago
b3f626f6
d156a9ec
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
rtl8192eu
default.nix
+1
-1
pkgs/os-specific/linux/rtl8192eu/default.nix
···
38
homepage = "https://github.com/Mange/rtl8192eu-linux-driver";
39
license = licenses.gpl2Only;
40
platforms = platforms.linux;
41
-
broken = stdenv.hostPlatform.isAarch64;
42
maintainers = with maintainers; [ troydm ];
43
};
44
}
···
38
homepage = "https://github.com/Mange/rtl8192eu-linux-driver";
39
license = licenses.gpl2Only;
40
platforms = platforms.linux;
41
+
broken = stdenv.hostPlatform.isAarch64 || kernel.kernelAtLeast "5.18";
42
maintainers = with maintainers; [ troydm ];
43
};
44
}