me
/
guix
Archived
1
0
Fork 0

gnu: gptfdisk: Correct gettext input type.

* gnu/packages/disk.scm (gptfdisk)[inputs]: Move gettext-minimal from here…
[native-inputs]: …to here.
master
Tobias Geerinckx-Rice 2022-05-01 02:00:09 +02:00
parent 4e3d04a33b
commit cb75465645
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -399,9 +399,10 @@ output without any plausibility checks.")
(install-file "fixparts.8" man)
(install-file "gdisk.8" man)
(install-file "sgdisk.8" man)))))))
(native-inputs
(list gettext-minimal))
(inputs
(list gettext-minimal
ncurses
(list ncurses
popt
`(,util-linux "lib"))) ;libuuid
(home-page "https://www.rodsbooks.com/gdisk/")