mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #118302 from siriobalmelli-foss/fix/python3Packages.wasmer
python3Packages.wasmer: build on Darwin
This commit is contained in:
commit
980bbc237a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue