wasmer: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 10:31:47 +02:00
parent cc7d944ec6
commit 21b40568f1
2 changed files with 3 additions and 7 deletions
@@ -2,7 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
llvmPackages,
llvmPackages_18,
libffi,
libxml2,
withLLVM ? true,
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
];
buildInputs = lib.optionals withLLVM [
llvmPackages.llvm
llvmPackages_18.llvm
libffi
libxml2
];
@@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
"wasmer"
];
env.LLVM_SYS_180_PREFIX = lib.optionalString withLLVM llvmPackages.llvm.dev;
env.LLVM_SYS_180_PREFIX = lib.optionalString withLLVM llvmPackages_18.llvm.dev;
# Tests are failing due to `Cannot allocate memory` and other reasons
doCheck = false;
-4
View File
@@ -15769,10 +15769,6 @@ with pkgs;
wacomtablet = libsForQt5.callPackage ../tools/misc/wacomtablet { };
wasmer = callPackage ../development/interpreters/wasmer {
llvmPackages = llvmPackages_18;
};
wibo = pkgsi686Linux.callPackage ../applications/emulators/wibo { };
winePackagesFor =