ponyc: use llvm7, this is last version supporting llvm_39
Pinning ponyc to use llvm_39 was done way back in 2016[1]
and shows no indication that this was done for any reason
other than specifying what ponyc supported at the time :).
[1] ae4ef90fcb
This commit is contained in:
parent
7565289ec7
commit
2688a23d99
@ -7502,7 +7502,7 @@ in
|
||||
};
|
||||
|
||||
ponyc = callPackage ../development/compilers/ponyc {
|
||||
llvm = llvm_39;
|
||||
llvm = llvm_7;
|
||||
};
|
||||
|
||||
pony-stable = callPackage ../development/compilers/ponyc/pony-stable.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user