From b1be1eee515d47d38fb83b996dc899e38a61b19d Mon Sep 17 00:00:00 2001 From: Matthew Daiter Date: Sun, 20 Nov 2016 16:06:00 +0100 Subject: [PATCH] erlang_basho_R16B03: Limit platforms to x86_64 --- pkgs/development/interpreters/erlang/R16B03-1-basho.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/erlang/R16B03-1-basho.nix b/pkgs/development/interpreters/erlang/R16B03-1-basho.nix index 9a0e3d6bc10d..cbb5f0789fa2 100644 --- a/pkgs/development/interpreters/erlang/R16B03-1-basho.nix +++ b/pkgs/development/interpreters/erlang/R16B03-1-basho.nix @@ -91,7 +91,7 @@ stdenv.mkDerivation rec { repository. ''; - platforms = platforms.unix; + platforms = ["x86_64-linux" "x86_64-darwin"]; license = stdenv.lib.licenses.asl20; maintainers = with maintainers; [ mdaiter ]; };