mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05: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 @@ (define-public elixir
|
|||
(("#!/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