[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: genimage: Drop fdisk dependency.
From: |
guix-commits |
Subject: |
01/02: gnu: genimage: Drop fdisk dependency. |
Date: |
Tue, 8 Sep 2020 16:30:27 -0400 (EDT) |
andreas pushed a commit to branch wip-ae-genimage
in repository guix.
commit 44de399151c49fdf512e092ffd37ee25d08280be
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Sep 8 17:50:54 2020 +0200
gnu: genimage: Drop fdisk dependency.
* gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
---
gnu/packages/genimage.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm
index 7ad7100..2525c50 100644
--- a/gnu/packages/genimage.scm
+++ b/gnu/packages/genimage.scm
@@ -169,7 +169,6 @@
("automake" ,automake)
;;; Note: cramfs is obsolete.
("dtc" ,dtc) ; for the tests
- ("fdisk" ,fdisk) ; for the tests
("pkg-config" ,pkg-config)
("util-linux" ,util-linux))) ; for the tests
(inputs