gnu: fdisk: Add libxcrypt dependency.

* gnu/packages/disk.scm (fdisk)[inputs]: Add libxcrypt.

Change-Id: I78d5a320ba3415193097801fca038fd6080af2ff
This commit is contained in:
宋文武 2024-06-18 11:31:18 +08:00 committed by Ludovic Courtès
parent 48be2390f6
commit f4cfa0218f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -325,6 +325,7 @@ tables. It includes a library and command-line utility.")
(inputs
`(("gettext" ,gettext-minimal)
("guile" ,guile-1.8)
("libxcrypt" ,libxcrypt)
("util-linux" ,util-linux "lib")
("parted" ,parted)))
;; The build neglects to look for its own headers in its own tree. A next