mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: %guile-3.0-static-stripped: Rename to %guile-static-stripped.
* gnu/packages/make-bootstrap.scm (%guile-3.0-static-stripped): Rename to %guile-static-stripped. (%guile-bootstrap-tarball): Adjust accordingly. * gnu/system/linux-initrd.scm (expression->initrd): Use %guile-static-stripped as default guile. * doc/guix.texi (initial RAM disk)[expression->initrd]: Adjust documentation accordingly.
This commit is contained in:
parent
e48cff0965
commit
49e2e75ced
3 changed files with 6 additions and 6 deletions
|
@ -55,7 +55,7 @@
|
|||
%mes-bootstrap-tarball
|
||||
%bootstrap-tarballs
|
||||
|
||||
%guile-3.0-static-stripped))
|
||||
%guile-static-stripped))
|
||||
|
||||
;;; Commentary:
|
||||
;;;
|
||||
|
@ -798,7 +798,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
(outputs '("out"))
|
||||
(synopsis "Minimal statically-linked and relocatable Guile")))
|
||||
|
||||
(define %guile-3.0-static-stripped
|
||||
(define %guile-static-stripped
|
||||
;; A stripped static Guile 3.0 binary, for use in initrds
|
||||
;; and during bootstrap.
|
||||
(make-guile-static-stripped
|
||||
|
@ -863,7 +863,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
|
||||
(define %guile-bootstrap-tarball
|
||||
;; A tarball with the statically-linked, relocatable Guile.
|
||||
(tarball-package %guile-3.0-static-stripped))
|
||||
(tarball-package %guile-static-stripped))
|
||||
|
||||
(define %mescc-tools-bootstrap-tarball
|
||||
;; A tarball with statically-linked MesCC binary seed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue