guix-commits
[Top][All Lists]
Advanced

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

branch master updated: vm: Remove unused import.


From: guix-commits
Subject: branch master updated: vm: Remove unused import.
Date: Sun, 26 Apr 2020 05:32:17 -0400

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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 796b387  vm: Remove unused import.
796b387 is described below

commit 796b387bc28c2ca5d116fced9247eb832e168d16
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Apr 25 02:38:30 2020 +0200

    vm: Remove unused import.
    
    * gnu/system/vm.scm: Do not import (gnu packages make-bootstrap).
---
 gnu/system/vm.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 04d84b5..6f81ac1 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -50,8 +50,6 @@
   #:use-module (gnu packages disk)
   #:use-module (gnu packages zile)
   #:use-module (gnu packages linux)
-  #:use-module ((gnu packages make-bootstrap)
-                #:select (%guile-static-stripped))
   #:use-module (gnu packages admin)
 
   #:use-module (gnu bootloader)



reply via email to

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