From 8a7cd0059700fa3f8de6086b87fa298a2c7af5d1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 22 Oct 2018 15:31:06 -0700 Subject: wabt: Allow building on Darwin as well --- pkgs/development/tools/wabt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/tools') diff --git a/pkgs/development/tools/wabt/default.nix b/pkgs/development/tools/wabt/default.nix index 20c9a71aadd5..dade09ee5f6e 100644 --- a/pkgs/development/tools/wabt/default.nix +++ b/pkgs/development/tools/wabt/default.nix @@ -35,6 +35,6 @@ stdenv.mkDerivation rec { homepage = https://github.com/WebAssembly/wabt; license = licenses.asl20; maintainers = with maintainers; [ ekleog ]; - platforms = platforms.linux; + platforms = platforms.unix; }; } -- cgit 1.4.1