gnu: gptfdisk: Use new input style.

* gnu/packages/disk.scm (gptfdisk)[inputs]: Use new style.
Move field to its conventional location.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-01 02:00:07 +02:00
parent fdeb2479aa
commit 4e3d04a33b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -376,11 +376,6 @@ (define-public gptfdisk
(sha256
(base32 "1hjh5m77fmfq5m44yy61kchv7mbfgx026aw3jy5qxszsjckavzns"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)
("ncurses" ,ncurses)
("popt" ,popt)
("util-linux" ,util-linux "lib"))) ;libuuid
(arguments
`(#:test-target "test"
#:phases
@ -404,6 +399,11 @@ (define-public gptfdisk
(install-file "fixparts.8" man)
(install-file "gdisk.8" man)
(install-file "sgdisk.8" man)))))))
(inputs
(list gettext-minimal
ncurses
popt
`(,util-linux "lib"))) ;libuuid
(home-page "https://www.rodsbooks.com/gdisk/")
(synopsis "Low-level GPT disk partitioning and formatting")
(description "GPT fdisk (aka gdisk) is a text-mode partitioning tool that