From cd168a871e00b865ac8d19f78cca4a20ac0d7a9d Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 10 Aug 2025 07:01:15 +0100 Subject: [PATCH] python313Packages.wasmer-compiler-llvm: unpin LLVM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pkgs/development/python-modules/wasmer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/wasmer/default.nix b/pkgs/development/python-modules/wasmer/default.nix index 148003ffafab..09e87046685d 100644 --- a/pkgs/development/python-modules/wasmer/default.nix +++ b/pkgs/development/python-modules/wasmer/default.nix @@ -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