mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
teamspeak_client: restrict platforms to i686 & x86_64 linux
This commit is contained in:
parent
b2f1422f55
commit
026719f5c2
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
|
|||
free = false;
|
||||
};
|
||||
maintainers = [ stdenv.lib.maintainers.lhvwb ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue