guix-commits
[Top][All Lists]
Advanced

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

branch master updated: bootloader: Remove expired export.


From: guix-commits
Subject: branch master updated: bootloader: Remove expired export.
Date: Tue, 23 Aug 2022 16:51:10 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 91b112b8dd bootloader: Remove expired export.
91b112b8dd is described below

commit 91b112b8dd28007db9a6f43dd65457e6763b486f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 21 02:00:00 2022 +0200

    bootloader: Remove expired export.
    
    This follows up on commit 8a0e1bb12b3c22a8c9a2be17492058ca63ec7c5d.
    
    * gnu/bootloader.scm: Don't export
    bootloader-configuration-additional-configuration, which no longer
    exists.
    
    Reported by muradm in #guix.
---
 gnu/bootloader.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/bootloader.scm b/gnu/bootloader.scm
index 9cf5457873..70e1836179 100644
--- a/gnu/bootloader.scm
+++ b/gnu/bootloader.scm
@@ -69,7 +69,6 @@
             bootloader-configuration-terminal-inputs
             bootloader-configuration-serial-unit
             bootloader-configuration-serial-speed
-            bootloader-configuration-additional-configuration
 
             %bootloaders
             lookup-bootloader-by-name



reply via email to

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