3
0
Fork 0
forked from mirrors/nixpkgs

llvm 3.7: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-18 08:56:29 +02:00
parent cda8d652f1
commit adbaed0815

View file

@ -3,7 +3,7 @@
, perl
, groff
, cmake
, python
, python2
, libffi
, binutils
, libxml2
@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
mv compiler-rt-* $sourceRoot/projects/compiler-rt
'';
buildInputs = [ perl groff cmake libxml2 python libffi ]
buildInputs = [ perl groff cmake libxml2 python2 libffi ]
++ stdenv.lib.optional stdenv.isDarwin libcxxabi;
propagatedBuildInputs = [ ncurses zlib ];