mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fdisk: Add libxcrypt dependency.
* gnu/packages/disk.scm (fdisk)[inputs]: Add libxcrypt. Change-Id: I78d5a320ba3415193097801fca038fd6080af2ff
This commit is contained in:
parent
48be2390f6
commit
f4cfa0218f
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ tables. It includes a library and command-line utility.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("guile" ,guile-1.8)
|
("guile" ,guile-1.8)
|
||||||
|
("libxcrypt" ,libxcrypt)
|
||||||
("util-linux" ,util-linux "lib")
|
("util-linux" ,util-linux "lib")
|
||||||
("parted" ,parted)))
|
("parted" ,parted)))
|
||||||
;; The build neglects to look for its own headers in its own tree. A next
|
;; The build neglects to look for its own headers in its own tree. A next
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue