beamPackages.buildMix: fix install hooks not running (#530508)

This commit is contained in:
Adam C. Stephens
2026-06-11 02:58:23 +00:00
committed by GitHub
@@ -7,6 +7,8 @@
beamModuleInstallHook() {
echo "Executing beamModuleInstallHook"
runHook preInstall
mkdir -p "$out/lib/erlang/lib/${beamModuleName}-${version}"
# default to rebar3
@@ -25,6 +27,8 @@ beamModuleInstallHook() {
fi
done
runHook postInstall
echo "Finished beamModuleInstallHook"
}