1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

lldb 3.7: use python2

just like llvm 3.7
This commit is contained in:
Frederik Rietdijk 2016-10-18 22:53:45 +02:00
parent 0e3b5834c0
commit 284f22d19e

View file

@ -8,7 +8,7 @@
, libedit
, llvm
, clang-unwrapped
, python
, python2
, version
}:
@ -23,7 +23,7 @@ stdenv.mkDerivation {
scripts/Python/build-swig-Python.sh
'';
buildInputs = [ cmake python which swig ncurses zlib libedit ];
buildInputs = [ cmake python2 which swig ncurses zlib libedit ];
preConfigure = ''
export CXXFLAGS="-pthread"