mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: elixir: Fix regex for ERTS_BIN substitution.
* gnu/packages/elixir.scm (elixir)[arguments]: In 'replace-paths' phase, change "ERTS_BIN" regexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d5353e2470
commit
d59f7effcf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
(("#!/bin/sh")
|
||||
(string-append "#!" (search-input-file inputs "/bin/sh"))))
|
||||
(substitute* "bin/elixir"
|
||||
(("^ERTS_BIN=$")
|
||||
(("ERTS_BIN=\n")
|
||||
(string-append
|
||||
"ERTS_BIN="
|
||||
;; Elixir Releases will prepend to ERTS_BIN the path of
|
||||
|
|
Loading…
Reference in a new issue