iyzsong pushed a commit to branch core-updates
in repository guix.
commit 810999eb36dbcaadbe20652e761312e64da18bf6
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:31:18 2024 +0800
gnu: fdisk: Add libxcrypt dependency.
* gnu/packages/disk.scm (fdisk)[inputs]: Add libxcrypt.
Change-Id: I78d5a320ba3415193097801fca038fd6080af2ff
---
gnu/packages/disk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 8be3501f8e..a6b8481f64 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -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