gnu: gptfdisk: Correct gettext input type.
* gnu/packages/disk.scm (gptfdisk)[inputs]: Move gettext-minimal from here… [native-inputs]: …to here.
This commit is contained in:
parent
4e3d04a33b
commit
cb75465645
1 changed files with 3 additions and 2 deletions
|
@ -399,9 +399,10 @@ 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)))))))
|
||||||
|
(native-inputs
|
||||||
|
(list gettext-minimal))
|
||||||
(inputs
|
(inputs
|
||||||
(list gettext-minimal
|
(list ncurses
|
||||||
ncurses
|
|
||||||
popt
|
popt
|
||||||
`(,util-linux "lib"))) ;libuuid
|
`(,util-linux "lib"))) ;libuuid
|
||||||
(home-page "https://www.rodsbooks.com/gdisk/")
|
(home-page "https://www.rodsbooks.com/gdisk/")
|
||||||
|
|
Reference in a new issue