pure: The pure interpreter does not now build with llvm 3.4 on linux.

This commit is contained in:
Karn Kallio 2014-02-03 15:50:23 -04:30 committed by Peter Simons
parent b572051882
commit 1739fcf612

View file

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