Merge pull request #18872 from rushmorem/cockroach

cockroachdb: build only on x86_64-linux
This commit is contained in:
Rushmore Mushambi 2016-09-23 12:33:52 +02:00 committed by GitHub
commit 161d057e82

View file

@ -27,7 +27,7 @@ buildGoPackage rec {
homepage = https://www.cockroachlabs.com;
description = "A scalable, survivable, strongly-consistent SQL database";
license = licenses.asl20;
platforms = [ "x86_64-linux" "x86_64-darwin" "x86_64-cygwin" ];
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.rushmorem ];
};
}