rtl8723bs: only works with kernel 3.19 and later
See e.g., https://hydra.nixos.org/build/33512583/nixlog/1/raw
This commit is contained in:
parent
daf787a96d
commit
8f5db83d99
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/hadess/rtl8723bs";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
broken = !stdenv.lib.versionAtLeast kernel.version "3.19";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user