Merge pull request #118302 from siriobalmelli-foss/fix/python3Packages.wasmer

python3Packages.wasmer: build on Darwin
This commit is contained in:
Robert Scott 2021-04-02 12:47:47 +01:00 committed by GitHub
commit 980bbc237a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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