python313Packages.wasmer-compiler-llvm: unpin LLVM

The package is broken (even on 3.11), so I can’t test this but also
don’t really care. It should probably just be dropped at this point.
This commit is contained in:
Emily 2025-08-10 07:01:15 +01:00
parent 0f147d22bb
commit cd168a871e

View File

@ -9,7 +9,7 @@
libiconv,
libffi,
libxml2,
llvm_14,
llvm,
ncurses,
zlib,
}:
@ -99,7 +99,7 @@ in
pname = "wasmer-compiler-llvm";
buildAndTestSubdir = "packages/compiler-llvm";
cargoHash = "sha256-oHyjzEqv88e2CHhWhKjUh6K0UflT9Y1JD//3oiE/UBQ=";
extraNativeBuildInputs = [ llvm_14 ];
extraNativeBuildInputs = [ llvm ];
extraBuildInputs = [
libffi
libxml2.out