guix-commits
[Top][All Lists]
Advanced

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

03/03: linux-boot: Remove unneeded import.


From: Ludovic Courtès
Subject: 03/03: linux-boot: Remove unneeded import.
Date: Sat, 2 Dec 2017 17:13:29 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 22bf86a6712d3440fa7463c2f2b55c65bf40595a
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 2 20:53:17 2017 +0100

    linux-boot: Remove unneeded import.
    
    * gnu/build/linux-boot.scm: Remove unnecessary autoload of (system base
    compile).
---
 gnu/build/linux-boot.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index 8ac99af..2547f1e 100644
--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -21,7 +21,6 @@
   #:use-module (rnrs io ports)
   #:use-module (system repl error-handling)
   #:autoload   (system repl repl) (start-repl)
-  #:autoload   (system base compile) (compile-file)
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26)
   #:use-module (ice-9 match)



reply via email to

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