~ruther/guix-local

8ee40f684941764586cc2de4d8f85d961d02ec5f — Leo Famulari 9 years ago e483139
Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'.""

This reverts commit f537ad0bf3bd3bdb43f752e091cb4a695a4aa077.
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