Skip to content
Snippets Groups Projects
Unverified Commit 44de3991 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: genimage: Drop fdisk dependency.

* gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
parent fd3eac4d
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,6 @@ (define-public genimage ...@@ -169,7 +169,6 @@ (define-public genimage
("automake" ,automake) ("automake" ,automake)
;;; Note: cramfs is obsolete. ;;; Note: cramfs is obsolete.
("dtc" ,dtc) ; for the tests ("dtc" ,dtc) ; for the tests
("fdisk" ,fdisk) ; for the tests
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("util-linux" ,util-linux))) ; for the tests ("util-linux" ,util-linux))) ; for the tests
(inputs (inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment