mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
rtl8723bs: Support all Linux
This commit is contained in:
parent
36f4a8a485
commit
1d069ff6ac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Realtek SDIO Wi-Fi driver";
|
||||
homepage = "https://github.com/hadess/rtl8723bs";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = [ "x86_64-linux" "i686-linux" "armv7l-linux" ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = ! versionAtLeast kernel.version "3.19";
|
||||
maintainers = with maintainers; [ elitak ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue