mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
wavm: add missing platforms
This commit is contained in:
parent
fe1e2aefdc
commit
14447282cf
@ -22,5 +22,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://wavm.github.io";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ereslibre ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
})
|
||||
|
@ -41381,7 +41381,9 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation SystemConfiguration Security;
|
||||
};
|
||||
|
||||
wavm = callPackage ../development/interpreters/wavm { };
|
||||
wavm = callPackage ../development/interpreters/wavm {
|
||||
llvmPackages = llvmPackages_12;
|
||||
};
|
||||
|
||||
yabasic = callPackage ../development/interpreters/yabasic { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user