···127127128128 # TODO: cleanup with mass-rebuild
129129 installCheckPhase = ''
130130- if [ ! -e $lib/${python3.sitePackages}/lldb/_lldb*.so ] ; then
130130+ if [ ! -e ''${!outputLib}/${python3.sitePackages}/lldb/_lldb*.so ] ; then
131131 echo "ERROR: python files not installed where expected!";
132132 return 1;
133133 fi
134134 '' # Something lua is built on older versions but this file doesn't exist.
135135 + lib.optionalString (lib.versionAtLeast release_version "14") ''
136136- if [ ! -e "$lib/lib/lua/${lua5_3.luaversion}/lldb.so" ] ; then
136136+ if [ ! -e "''${!outputLib}/lib/lua/${lua5_3.luaversion}/lldb.so" ] ; then
137137 echo "ERROR: lua files not installed where expected!";
138138 return 1;
139139 fi