inko: unpin LLVM

Upstream is already using LLVM 18 and it builds fine with the default.
This commit is contained in:
Emily 2025-08-10 00:27:03 +01:00
parent df39a84a04
commit 5fdbb6938e

View File

@ -2,7 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
llvm_17,
llvm,
libffi,
libz,
libxml2,
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
nativeBuildInputs = [
llvm_17
llvm
makeWrapper
];