diff options
Diffstat (limited to 'gnu/bootloader/extlinux.scm')
| -rw-r--r-- | gnu/bootloader/extlinux.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm index 8b7a95a6fc4..b48596c4969 100644 --- a/gnu/bootloader/extlinux.scm +++ b/gnu/bootloader/extlinux.scm | |||
| @@ -19,12 +19,8 @@ | |||
| 19 | 19 | ||
| 20 | (define-module (gnu bootloader extlinux) | 20 | (define-module (gnu bootloader extlinux) |
| 21 | #:use-module (gnu bootloader) | 21 | #:use-module (gnu bootloader) |
| 22 | #:use-module (gnu system) | ||
| 23 | #:use-module (gnu build bootloader) | ||
| 24 | #:use-module (gnu packages bootloaders) | 22 | #:use-module (gnu packages bootloaders) |
| 25 | #:use-module (guix gexp) | 23 | #:use-module (guix gexp) |
| 26 | #:use-module (guix monads) | ||
| 27 | #:use-module (guix records) | ||
| 28 | #:use-module (guix utils) | 24 | #:use-module (guix utils) |
| 29 | #:export (extlinux-bootloader | 25 | #:export (extlinux-bootloader |
| 30 | extlinux-bootloader-gpt)) | 26 | extlinux-bootloader-gpt)) |
| @@ -78,7 +74,7 @@ TIMEOUT ~a~%" | |||
| 78 | (format port "~%")) | 74 | (format port "~%")) |
| 79 | #~()))))) | 75 | #~()))))) |
| 80 | 76 | ||
| 81 | (gexp->derivation "extlinux.conf" builder)) | 77 | (computed-file "extlinux.conf" builder)) |
| 82 | 78 | ||
| 83 | 79 | ||
| 84 | 80 | ||
