wavm: drop
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
llvmPackages_12,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
}:
|
||||
|
||||
llvmPackages_12.stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "wavm";
|
||||
version = "2022-05-14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "WAVM";
|
||||
repo = "WAVM";
|
||||
rev = "nightly/${finalAttrs.version}";
|
||||
hash = "sha256-SHz+oOOkwvVZucJYFSyZc3MnOAy1VatspmZmOAXYAWA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
llvmPackages_12.llvm
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "WebAssembly Virtual Machine";
|
||||
mainProgram = "wavm";
|
||||
homepage = "https://wavm.github.io";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ereslibre ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
})
|
||||
@@ -2525,6 +2525,7 @@ mapAliases {
|
||||
### W ###
|
||||
w_scan = throw "'w_scan' has been removed due to lack of upstream maintenance"; # Added 2025-08-29
|
||||
wakatime = wakatime-cli; # 2024-05-30
|
||||
wavm = throw "wavm has been removed, as it does not build with supported LLVM versions"; # Added 2025-08-10
|
||||
wal_e = throw "wal_e was removed as it is unmaintained upstream and depends on the removed boto package; upstream recommends using wal-g or pgbackrest"; # Added 2024-09-22
|
||||
wapp = tclPackages.wapp; # Added 2024-10-02
|
||||
wavebox = throw "'wavebox' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-06-24
|
||||
|
||||
Reference in New Issue
Block a user