diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-02 22:32:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-02 22:32:09 +0100 |
commit | 7eba5e6361b637a4c8aecbb13644f573a845732b (patch) | |
tree | 171036f8f8757d8a7ea82e6034f40ea09e8e61f2 | |
parent | 967305e88b5b401b63852e157016e0ffa58f48f6 (diff) | |
download | patches-7eba5e6361b637a4c8aecbb13644f573a845732b.tar patches-7eba5e6361b637a4c8aecbb13644f573a845732b.tar.gz |
distro: make-bootstrap: Use `linux' module.
* distro/packages/make-bootstrap.scm: Use (distro packages linux). This
is a followup to 80fe5c6.
-rw-r--r-- | distro/packages/make-bootstrap.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distro/packages/make-bootstrap.scm b/distro/packages/make-bootstrap.scm index 10e3d92735..bbed4a6e1d 100644 --- a/distro/packages/make-bootstrap.scm +++ b/distro/packages/make-bootstrap.scm @@ -26,6 +26,7 @@ #: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 |