~ruther/guix-local

5b2834ae790557a760fea4bf2b8c7bac1ea8f23d — Leo Famulari 9 years ago d9d2310
gnu: gawk: Don't replace 'sh' reference with 'bash'.

* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in
'set-shell-file-name' phase.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gawk.scm
M gnu/packages/gawk.scm => gnu/packages/gawk.scm +1 -1
@@ 47,7 47,7 @@
                     (let ((bash (assoc-ref inputs "bash")))
                       (substitute* "io.c"
                         (("/bin/sh")
                          (string-append bash "/bin/bash")))
                          (string-append bash "/bin/sh")))

                       ;; When cross-compiling, remove dependencies on the
                       ;; `check-for-shared-lib-support' target, which tries