mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
pure: The pure interpreter does not now build with llvm 3.4 on linux.
This commit is contained in:
parent
b572051882
commit
1739fcf612
@ -3206,7 +3206,9 @@ let
|
||||
|
||||
polyml = callPackage ../development/compilers/polyml { };
|
||||
|
||||
pure = callPackage ../development/interpreters/pure {};
|
||||
pure = callPackage ../development/interpreters/pure {
|
||||
llvm = llvm_33 ;
|
||||
};
|
||||
|
||||
python3 = hiPrio (callPackage ../development/interpreters/python/3.3 { });
|
||||
python33 = callPackage ../development/interpreters/python/3.3 { };
|
||||
|
Loading…
Reference in New Issue
Block a user