mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'.""
This reverts commit f537ad0bf3
.
This commit is contained in:
parent
e483139141
commit
8ee40f6849
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
(let ((bash (assoc-ref inputs "bash")))
|
(let ((bash (assoc-ref inputs "bash")))
|
||||||
(substitute* "io.c"
|
(substitute* "io.c"
|
||||||
(("/bin/sh")
|
(("/bin/sh")
|
||||||
(string-append bash "/bin/bash")))
|
(string-append bash "/bin/sh")))
|
||||||
|
|
||||||
;; When cross-compiling, remove dependencies on the
|
;; When cross-compiling, remove dependencies on the
|
||||||
;; `check-for-shared-lib-support' target, which tries
|
;; `check-for-shared-lib-support' target, which tries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue