google-cloud-sdk: add assertion for x86/x86-64 Linux

This commit is contained in:
Aristid Breitkreuz 2016-11-13 11:56:25 +01:00
parent ed9b1c673b
commit 8600e38bca

View File

@ -2,6 +2,9 @@
with python27Packages;
# other systems not supported yet
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "google-cloud-sdk-${version}";
version = "134.0.0";