cockroachdb: enable build on darwin
This commit is contained in:
parent
43277b5586
commit
cf84d2ff78
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ buildGoPackage rec {
|
|||
homepage = https://www.cockroachlabs.com;
|
||||
description = "A scalable, survivable, strongly-consistent SQL database";
|
||||
license = licenses.asl20;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
maintainers = [ maintainers.rushmorem ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue