guix-commits
[Top][All Lists]
Advanced

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

02/02: system: image: Remove fakeroot dependencies.


From: guix-commits
Subject: 02/02: system: image: Remove fakeroot dependencies.
Date: Tue, 23 Jun 2020 03:54:50 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit fd45ecb571be291e3f703dd4b0d99ce8a45d6ef8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 23 09:51:20 2020 +0200

    system: image: Remove fakeroot dependencies.
    
    Since c29bb909d241e7215e574e93d9799e701cbc6ddb, fakeroot "sed" and 
"coreutils"
    dependencies are now explicit.
    
    * gnu/system/image.scm (system-disk-image): Remove "sed" and "coreutils" 
from
    inputs.
---
 gnu/system/image.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 43217dd..3904c2a 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -259,8 +259,7 @@ used in the image."
              (image-builder
               (with-imported-modules*
                (let ((initializer #$(partition-initializer partition))
-                     (inputs '#+(list e2fsprogs fakeroot dosfstools mtools
-                                      sed coreutils))
+                     (inputs '#+(list e2fsprogs fakeroot dosfstools mtools))
                      (image-root "tmp-root"))
                  (sql-schema #$schema)
 



reply via email to

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