mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
beamPackages.buildMix: fix install hooks not running
This commit is contained in:
parent
9f6f1d15fb
commit
8d4f99eeca
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue