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:
Cees de Groot 2022-02-01 14:12:17 -05:00 committed by Ludovic Courtès
parent d5353e2470
commit d59f7effcf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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