diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2023-03-09 12:29:59 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-09 12:29:59 +0100 |
| commit | b0f1728187fd512d8e71730a67cb1df65c04ccca (patch) | |
| tree | d28bf34ae9a1e1cff5e98de374a315305935a1e3 /gnu | |
| parent | a56eafd28bdafda9824a6a85e1ab974b8210f9bb (diff) | |
gnu: guile-static: Adjust to changed input labels.
Fixes a regression introduce in
d427ec403800dc5b0b69f3d7c259a7d62eb6c881.
* gnu/packages/make-bootstrap.scm (make-guile-static): Replace "libgc",
not "bdw-gc".
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/make-bootstrap.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 5a9f6f42677..354606e15d6 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm | |||
| @@ -610,7 +610,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." | |||
| 610 | 610 | ||
| 611 | (propagated-inputs | 611 | (propagated-inputs |
| 612 | (modify-inputs (package-propagated-inputs guile) | 612 | (modify-inputs (package-propagated-inputs guile) |
| 613 | (replace "bdw-gc" libgc/static-libs))) | 613 | (replace "libgc" libgc/static-libs))) |
| 614 | (arguments | 614 | (arguments |
| 615 | (substitute-keyword-arguments (package-arguments guile) | 615 | (substitute-keyword-arguments (package-arguments guile) |
| 616 | ((#:configure-flags flags '()) | 616 | ((#:configure-flags flags '()) |
