mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
distro: make-bootstrap: Use `linux' module.
* distro/packages/make-bootstrap.scm: Use (distro packages linux). This
is a followup to 80fe5c6
.
This commit is contained in:
parent
967305e88b
commit
7eba5e6361
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ (define-module (distro packages make-bootstrap)
|
|||
#:use-module (distro packages compression)
|
||||
#:use-module (distro packages gawk)
|
||||
#:use-module (distro packages guile)
|
||||
#:use-module (distro packages linux)
|
||||
#:use-module (distro packages multiprecision)
|
||||
#:use-module (ice-9 match)
|
||||
#:export (%bootstrap-binaries-tarball
|
||||
|
|
Loading…
Reference in a new issue