iyzsong pushed a commit to branch core-updates
in repository guix.

commit 8d52b3105385babdba8bb44c0fe14e6b3ecf8483
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 15:34:22 2024 +0800

    gnu: libnl-python2: Add libxcrypt dependency.
    
    * gnu/packages/linux.scm (libnl-python-package)[inputs]: Add libxcrypt.
    
    Change-Id: Id7293e6f1951bb525f5ad072bc7b12d18ac7c69c
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 330213ad24..2d52dea2c0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3632,7 +3632,8 @@ configuration and monitoring interfaces.")
                    ((string=? python "python2")
                     `(("python-2" ,python-2)))
                    ((string=? python "python3")
-                    `(("python-3" ,python-3))))))
+                    `(("python-3" ,python-3))))
+                ("libxcrypt" ,libxcrypt))) ;required by Python.h
       (propagated-inputs (list libnl))
       (outputs '("out"))
       (arguments

Reply via email to