llvm 3.7: use python2
This commit is contained in:
parent
cda8d652f1
commit
adbaed0815
@ -3,7 +3,7 @@
|
|||||||
, perl
|
, perl
|
||||||
, groff
|
, groff
|
||||||
, cmake
|
, cmake
|
||||||
, python
|
, python2
|
||||||
, libffi
|
, libffi
|
||||||
, binutils
|
, binutils
|
||||||
, libxml2
|
, libxml2
|
||||||
@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
|
|||||||
mv compiler-rt-* $sourceRoot/projects/compiler-rt
|
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;
|
++ stdenv.lib.optional stdenv.isDarwin libcxxabi;
|
||||||
|
|
||||||
propagatedBuildInputs = [ ncurses zlib ];
|
propagatedBuildInputs = [ ncurses zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user