summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-06-23 09:51:20 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-06-23 09:51:20 +0200
commitfd45ecb571be291e3f703dd4b0d99ce8a45d6ef8 (patch)
treed0255e9960f28eeef737a23850f2627be22aa5da /gnu/system
parentc29bb909d241e7215e574e93d9799e701cbc6ddb (diff)
downloadguix-patches-fd45ecb571be291e3f703dd4b0d99ce8a45d6ef8.tar
guix-patches-fd45ecb571be291e3f703dd4b0d99ce8a45d6ef8.tar.gz
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.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/image.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 43217ddf86..3904c2a17d 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)