teamspeak_client: restrict platforms to i686 & x86_64 linux

wip/yesman
Andreas Rammhold 6 years ago
parent b2f1422f55
commit 026719f5c2
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
  1. 2
      pkgs/applications/networking/instant-messengers/teamspeak/client.nix

@ -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…
Cancel
Save