libunicode: unpin LLVM

This commit is contained in:
Emily 2025-08-10 01:05:13 +01:00
parent 99701f37e4
commit 82c7972f92

View File

@ -8627,10 +8627,6 @@ with pkgs;
libusb-compat-0_1 = callPackage ../development/libraries/libusb-compat/0.1.nix { };
libunicode = callPackage ../by-name/li/libunicode/package.nix {
stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else stdenv;
};
libunwind =
# Use the system unwinder in the SDK but provide a compatibility package to:
# 1. avoid evaluation errors with setting `unwind` to `null`; and