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";
homepage = "https://github.com/wasmerio/wasmer-python";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}