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:
Will Dietz 2019-03-02 01:58:20 -06:00
parent 7565289ec7
commit 2688a23d99

View file

@ -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 { };