inko: unpin LLVM

Upstream is already using LLVM 18 and it builds fine with the default.
This commit is contained in:
Emily
2025-08-18 06:08:17 +01:00
parent df39a84a04
commit 5fdbb6938e
+2 -2
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
];