about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/3.4/lldb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/3.4/lldb.nix')
-rw-r--r--pkgs/development/compilers/llvm/3.4/lldb.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/llvm/3.4/lldb.nix b/pkgs/development/compilers/llvm/3.4/lldb.nix
index 9d42d81923a2..a50f95365423 100644
--- a/pkgs/development/compilers/llvm/3.4/lldb.nix
+++ b/pkgs/development/compilers/llvm/3.4/lldb.nix
@@ -8,7 +8,7 @@
 , libedit
 , llvm
 , clang
-, 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 ];
 
   cmakeFlags = [
     "-DCMAKE_CXX_FLAGS=-std=c++11"