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:
@@ -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 { };
|
||||||
|
|||||||
Reference in New Issue
Block a user