mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: node: Don't replace 'sh' reference with 'bash'.
* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-files' phase.
This commit is contained in:
parent
ee6e780b2c
commit
f2ea722ae7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ (define-public node
|
|||
"lib/internal/v8_prof_polyfill.js"
|
||||
"test/parallel/test-stdio-closed.js")
|
||||
(("'/bin/sh'")
|
||||
(string-append "'" (which "bash") "'")))
|
||||
(string-append "'" (which "sh") "'")))
|
||||
|
||||
;; Fix hardcoded /usr/bin/env references.
|
||||
(substitute* '("test/parallel/test-child-process-default-options.js"
|
||||
|
|
Loading…
Reference in a new issue