Skip to content

Commit

Permalink
lldb_14: disable installCheck until fixed
Browse files Browse the repository at this point in the history
Throws errors on startup, see NixOS#166604.

Should be marked broken but fixes in the works.
  • Loading branch information
dtzWill committed Apr 6, 2022
1 parent 54f03b6 commit 1642796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/llvm/14/lldb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ stdenv.mkDerivation (rec {

doCheck = false;

doInstallCheck = true;
doInstallCheck = false; # python bits are broken, see #166604

installCheckPhase = ''
if [ ! -e "$lib/${python3.sitePackages}/lldb/_lldb.so" ] ; then
Expand Down

0 comments on commit 1642796

Please sign in to comment.