Skip to content

Commit

Permalink
lldb 3.7: use python2
Browse files Browse the repository at this point in the history
just like llvm 3.7
  • Loading branch information
FRidh committed Oct 18, 2016
1 parent 0e3b583 commit 284f22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/llvm/3.7/lldb.nix
Expand Up @@ -8,7 +8,7 @@
, libedit
, llvm
, clang-unwrapped
, python
, python2
, version
}:

Expand All @@ -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"
Expand Down

0 comments on commit 284f22d

Please sign in to comment.