mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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:
parent
fdeb2479aa
commit
4e3d04a33b
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue