gnu: genimage: Drop fdisk dependency.

* gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
This commit is contained in:
Andreas Enge 2020-09-08 17:50:54 +02:00
parent fd3eac4dd7
commit 44de399151
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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