fix double slash in mix binary path
This commit is contained in:
parent
cba717fd7b
commit
4ef1099310
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace "/usr/local" $out
|
--replace "/usr/local" $out
|
||||||
substituteInPlace bin//mix \
|
substituteInPlace bin/mix \
|
||||||
--replace "/usr/bin/env elixir" "$out/bin/elixir"
|
--replace "/usr/bin/env elixir" "$out/bin/elixir"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user