From 44de399151c49fdf512e092ffd37ee25d08280be Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Tue, 8 Sep 2020 17:50:54 +0200
Subject: [PATCH] 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 7ad710082c1..2525c50b485 100644
--- a/gnu/packages/genimage.scm
+++ b/gnu/packages/genimage.scm
@@ -169,7 +169,6 @@ (define-public genimage
        ("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
-- 
GitLab