gnu: gptfdisk: Use new input style.
* gnu/packages/disk.scm (gptfdisk)[inputs]: Use new style. Move field to its conventional location.master
parent
fdeb2479aa
commit
4e3d04a33b
|
@ -376,11 +376,6 @@ output without any plausibility checks.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hjh5m77fmfq5m44yy61kchv7mbfgx026aw3jy5qxszsjckavzns"))))
|
(base32 "1hjh5m77fmfq5m44yy61kchv7mbfgx026aw3jy5qxszsjckavzns"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
|
||||||
`(("gettext" ,gettext-minimal)
|
|
||||||
("ncurses" ,ncurses)
|
|
||||||
("popt" ,popt)
|
|
||||||
("util-linux" ,util-linux "lib"))) ;libuuid
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -404,6 +399,11 @@ output without any plausibility checks.")
|
||||||
(install-file "fixparts.8" man)
|
(install-file "fixparts.8" man)
|
||||||
(install-file "gdisk.8" man)
|
(install-file "gdisk.8" man)
|
||||||
(install-file "sgdisk.8" man)))))))
|
(install-file "sgdisk.8" man)))))))
|
||||||
|
(inputs
|
||||||
|
(list gettext-minimal
|
||||||
|
ncurses
|
||||||
|
popt
|
||||||
|
`(,util-linux "lib"))) ;libuuid
|
||||||
(home-page "https://www.rodsbooks.com/gdisk/")
|
(home-page "https://www.rodsbooks.com/gdisk/")
|
||||||
(synopsis "Low-level GPT disk partitioning and formatting")
|
(synopsis "Low-level GPT disk partitioning and formatting")
|
||||||
(description "GPT fdisk (aka gdisk) is a text-mode partitioning tool that
|
(description "GPT fdisk (aka gdisk) is a text-mode partitioning tool that
|
||||||
|
|
Reference in New Issue