wabt: Allow building on Darwin as well

This commit is contained in:
John Wiegley 2018-10-22 15:31:06 -07:00
parent 9a7bca27cc
commit 8a7cd00597
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630

View File

@ -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;
};
}