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:
Joachim Fasting 2016-03-26 19:19:47 +01:00
parent daf787a96d
commit 8f5db83d99

View file

@ -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";
};
}