forked from mirrors/nixpkgs
Merge pull request #14228 from joachifm/rtl8723bs-kernel-319-or-later
rtl8723bs: only works with kernel 3.19 and later
This commit is contained in:
commit
0fb3087d09
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/hadess/rtl8723bs";
|
homepage = "https://github.com/hadess/rtl8723bs";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
|
broken = !stdenv.lib.versionAtLeast kernel.version "3.19";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue