tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.rtl8821ce: mark broken on Linux 5.18
Alyssa Ross
3 years ago
651ee5ec
b3f626f6
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
rtl8821ce
default.nix
+1
-1
pkgs/os-specific/linux/rtl8821ce/default.nix
···
47
homepage = "https://github.com/tomaspinho/rtl8821ce";
48
license = licenses.gpl2Only;
49
platforms = platforms.linux;
50
-
broken = stdenv.isAarch64;
51
maintainers = with maintainers; [ hhm ivar ];
52
};
53
}
···
47
homepage = "https://github.com/tomaspinho/rtl8821ce";
48
license = licenses.gpl2Only;
49
platforms = platforms.linux;
50
+
broken = stdenv.isAarch64 || kernel.kernelAtLeast "5.18";
51
maintainers = with maintainers; [ hhm ivar ];
52
};
53
}