inko: unpin LLVM
Upstream is already using LLVM 18 and it builds fine with the default.
This commit is contained in:
parent
df39a84a04
commit
5fdbb6938e
@ -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
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user