···127128 # TODO: cleanup with mass-rebuild
129 installCheckPhase = ''
130- if [ ! -e $lib/${python3.sitePackages}/lldb/_lldb*.so ] ; then
131 echo "ERROR: python files not installed where expected!";
132 return 1;
133 fi
134 '' # Something lua is built on older versions but this file doesn't exist.
135 + lib.optionalString (lib.versionAtLeast release_version "14") ''
136- if [ ! -e "$lib/lib/lua/${lua5_3.luaversion}/lldb.so" ] ; then
137 echo "ERROR: lua files not installed where expected!";
138 return 1;
139 fi
···127128 # TODO: cleanup with mass-rebuild
129 installCheckPhase = ''
130+ if [ ! -e ''${!outputLib}/${python3.sitePackages}/lldb/_lldb*.so ] ; then
131 echo "ERROR: python files not installed where expected!";
132 return 1;
133 fi
134 '' # Something lua is built on older versions but this file doesn't exist.
135 + lib.optionalString (lib.versionAtLeast release_version "14") ''
136+ if [ ! -e "''${!outputLib}/lib/lua/${lua5_3.luaversion}/lldb.so" ] ; then
137 echo "ERROR: lua files not installed where expected!";
138 return 1;
139 fi