mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python3Packages.wasmer: build on Darwin
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
parent
f9be0fbff2
commit
119b2d63f1
@ -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