guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: bootloader: extlinux: Remove undefined symbols from export list.


From: Mathieu Othacehe
Subject: 01/01: bootloader: extlinux: Remove undefined symbols from export list.
Date: Thu, 18 May 2017 06:02:06 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 8ad37ad7b65d73525faebccdfa47f3a9dddc768c
Author: Mathieu Othacehe <address@hidden>
Date:   Thu May 18 12:00:23 2017 +0200

    bootloader: extlinux: Remove undefined symbols from export list.
    
    * gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader,
      extlinux-configuration, syslinux-configuration.
---
 gnu/bootloader/extlinux.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm
index a002001..12fa447 100644
--- a/gnu/bootloader/extlinux.scm
+++ b/gnu/bootloader/extlinux.scm
@@ -26,10 +26,7 @@
   #:use-module (guix records)
   #:use-module (guix utils)
   #:export (extlinux-bootloader
-            syslinux-bootloader
-
-            extlinux-configuration
-            syslinux-configuration))
+            syslinux-bootloader))
 
 (define* (extlinux-configuration-file config entries
                                       #:key



reply via email to

[Prev in Thread] Current Thread [Next in Thread]