mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
wamr: fix darwin build
This commit is contained in:
parent
88dc6b0b82
commit
634efac014
@ -31,8 +31,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.asl20;
|
||||
mainProgram = "iwasm";
|
||||
maintainers = with maintainers; [ ereslibre ];
|
||||
# TODO (ereslibre): this derivation should be improved to support
|
||||
# more platforms.
|
||||
broken = !stdenv.isLinux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
})
|
||||
|
@ -41394,7 +41394,7 @@ with pkgs;
|
||||
|
||||
wacomtablet = libsForQt5.callPackage ../tools/misc/wacomtablet { };
|
||||
|
||||
wamr = callPackage ../development/interpreters/wamr { };
|
||||
wamr = darwin.apple_sdk_11_0.callPackage ../development/interpreters/wamr { };
|
||||
|
||||
wasmer = callPackage ../development/interpreters/wasmer {
|
||||
llvmPackages = llvmPackages_14;
|
||||
|
Loading…
Reference in New Issue
Block a user