Merge pull request #118302 from siriobalmelli-foss/fix/python3Packages.wasmer
python3Packages.wasmer: build on Darwin
This commit is contained in:
commit
980bbc237a
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user