mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Substitute reference to elixir
This commit is contained in:
parent
c304b7a22f
commit
e592a52311
@ -56,7 +56,8 @@ mixRelease {
|
|||||||
substituteInPlace $out/lib/launch.sh \
|
substituteInPlace $out/lib/launch.sh \
|
||||||
--replace "ERL_LIBS=\"\$SCRIPTPATH:\$ERL_LIBS\"" \
|
--replace "ERL_LIBS=\"\$SCRIPTPATH:\$ERL_LIBS\"" \
|
||||||
"ERL_LIBS=$out/lib:\$ERL_LIBS" \
|
"ERL_LIBS=$out/lib:\$ERL_LIBS" \
|
||||||
--replace "exec elixir" "exec ${elixir}/bin/elixir"
|
--replace "exec elixir" "exec ${elixir}/bin/elixir" \
|
||||||
|
--replace 'echo "" | elixir' "echo \"\" | ${elixir}/bin/elixir"
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user