fix double slash in mix binary path
This commit is contained in:
@@ -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"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user