llvmPackages_13.lldb: fix python lldb library

Ported from e097f7efc77726a17acca7be3e6e2346331883f3.

(cherry picked from commit a6defaf953d4470a9dcf8cae3bef1c2c4d17f296)
This commit is contained in:
Michael Weiss
2021-09-03 11:40:25 +02:00
parent 80f644e0d2
commit 11d06468b3
2 changed files with 19 additions and 0 deletions
@@ -84,6 +84,12 @@ stdenv.mkDerivation (rec {
doCheck = false;
installCheckPhase = ''
if [ ! -e "$out/lib/python3.8/site-packages/lldb/_lldb.so" ] ; then
return 1;
fi
'';
postInstall = ''
# Editor support
# vscode: