python3Packages.wasmer: build on Darwin

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
Sirio Balmelli 2021-04-01 10:16:32 +02:00
parent f9be0fbff2
commit 119b2d63f1
No known key found for this signature in database
GPG Key ID: 0437A96EFE4C426E

View File

@ -36,7 +36,7 @@ in buildPythonPackage rec {
description = "Python extension to run WebAssembly binaries"; description = "Python extension to run WebAssembly binaries";
homepage = "https://github.com/wasmerio/wasmer-python"; homepage = "https://github.com/wasmerio/wasmer-python";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.unix;
maintainers = with maintainers; [ SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 ];
}; };
} }