llvmPackages*.lldb: fixup input by disabling libedit

Fixes #20773.  https://llvm.org/bugs/show_bug.cgi?id=28898
Of course, feel free to find a better solution.

I love this copy&paste :-/
This commit is contained in:
Vladimír Čunát
2016-11-28 18:55:04 +01:00
parent 7e3331af49
commit b67ae8b33c
6 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ stdenv.mkDerivation {
"-DCLANG_MAIN_INCLUDE_DIR=${clang-unwrapped}/include"
"-DPYTHON_VERSION_MAJOR=2"
"-DPYTHON_VERSION_MINOR=7"
"-DLLDB_DISABLE_LIBEDIT=1" # https://llvm.org/bugs/show_bug.cgi?id=28898
];
enableParallelBuilding = true;