re-isearch: rm preInstall

This commit is contained in:
Sizhe Zhao
2025-07-07 20:27:49 +08:00
parent 306c383644
commit a5e3edddf1
-4
View File
@@ -56,10 +56,6 @@ stdenv.mkDerivation {
)
'';
preInstall = ''
mkdir -p $out/{bin,lib}
'';
installPhase = ''
runHook preInstall