forked from mirrors/nixpkgs
cockroachdb: build only on x86_64-linux
CockroachDB is failing to build on `x86_64-darwin` according to Hydra. I don't have a Mac or Windows machine to debug the builds on so I can't support those.
This commit is contained in:
parent
e6633ad504
commit
65198a9082
|
@ -27,7 +27,7 @@ buildGoPackage rec {
|
||||||
homepage = https://www.cockroachlabs.com;
|
homepage = https://www.cockroachlabs.com;
|
||||||
description = "A scalable, survivable, strongly-consistent SQL database";
|
description = "A scalable, survivable, strongly-consistent SQL database";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" "x86_64-cygwin" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.rushmorem ];
|
maintainers = [ maintainers.rushmorem ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue