diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-18 12:00:23 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-18 12:00:23 +0200 |
| commit | 8ad37ad7b65d73525faebccdfa47f3a9dddc768c (patch) | |
| tree | 9eea9bb9c69af7f4608af3598061f359f7956189 /gnu/bootloader | |
| parent | 22ef06b801b284760b4ffd9587ea1a3dffd31baa (diff) | |
bootloader: extlinux: Remove undefined symbols from export list.
* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader,
extlinux-configuration, syslinux-configuration.
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/extlinux.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm index a0020010718..12fa447c31a 100644 --- a/gnu/bootloader/extlinux.scm +++ b/gnu/bootloader/extlinux.scm | |||
| @@ -26,10 +26,7 @@ | |||
| 26 | #:use-module (guix records) | 26 | #:use-module (guix records) |
| 27 | #:use-module (guix utils) | 27 | #:use-module (guix utils) |
| 28 | #:export (extlinux-bootloader | 28 | #:export (extlinux-bootloader |
| 29 | syslinux-bootloader | 29 | syslinux-bootloader)) |
| 30 | |||
| 31 | extlinux-configuration | ||
| 32 | syslinux-configuration)) | ||
| 33 | 30 | ||
| 34 | (define* (extlinux-configuration-file config entries | 31 | (define* (extlinux-configuration-file config entries |
| 35 | #:key | 32 | #:key |
