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] ae4ef90fcbc624b85a7dfb6cf4cb381f986b478a
This commit is contained in:
parent
7565289ec7
commit
2688a23d99
@ -7502,7 +7502,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
ponyc = callPackage ../development/compilers/ponyc {
|
ponyc = callPackage ../development/compilers/ponyc {
|
||||||
llvm = llvm_39;
|
llvm = llvm_7;
|
||||||
};
|
};
|
||||||
|
|
||||||
pony-stable = callPackage ../development/compilers/ponyc/pony-stable.nix { };
|
pony-stable = callPackage ../development/compilers/ponyc/pony-stable.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user