diff options
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
| -rw-r--r-- | gnu/packages/make-bootstrap.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index de1dd6ebd22..075111187fc 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | ;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org> | 7 | ;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org> |
| 8 | ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com> | 8 | ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com> |
| 9 | ;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com> | 9 | ;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com> |
| 10 | ;;; Copyright © 2026 Zheng Junjie <z572@z572.online> | ||
| 10 | ;;; | 11 | ;;; |
| 11 | ;;; This file is part of GNU Guix. | 12 | ;;; This file is part of GNU Guix. |
| 12 | ;;; | 13 | ;;; |
| @@ -622,7 +623,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." | |||
| 622 | 623 | ||
| 623 | (propagated-inputs | 624 | (propagated-inputs |
| 624 | (modify-inputs propagated-inputs | 625 | (modify-inputs propagated-inputs |
| 625 | (replace "libgc" libgc/static-libs))) | 626 | (replace "libgc" `(,libgc "static")))) |
| 626 | 627 | ||
| 627 | (arguments | 628 | (arguments |
| 628 | (substitute-keyword-arguments arguments | 629 | (substitute-keyword-arguments arguments |
