From 3ebdd65ad7b2a4d810f271b20b7e69e0fb0e7151 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Tue, 4 Dec 2018 19:57:18 -0600 Subject: foundationdb: x86_64-linux only Signed-off-by: Austin Seipp --- pkgs/servers/foundationdb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers/foundationdb') diff --git a/pkgs/servers/foundationdb/default.nix b/pkgs/servers/foundationdb/default.nix index 173d2beb7697f..7e4babbb979bf 100644 --- a/pkgs/servers/foundationdb/default.nix +++ b/pkgs/servers/foundationdb/default.nix @@ -167,7 +167,7 @@ let description = "Open source, distributed, transactional key-value store"; homepage = https://www.foundationdb.org; license = licenses.asl20; - platforms = platforms.linux; + platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ thoughtpolice ]; }; }; -- cgit 1.4.1