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

commit 7ee659b51fa29ee34abd885381b7376d9ff99d39
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 15:35:59 2024 +0800

    gnu: python2-dbus: Add libxcrypt dependency.
    
    * gnu/packages/python-xyz.scm (python2-dbus)[inputs]: Add libxcrypt.
    
    Change-Id: I3316ca5dbe308b2baaeb8f7f259a189dbf0b29b6
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 75a79f805e..30c5c1d565 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13018,6 +13018,7 @@ implementation of D-Bus.")
   (package/inherit python-dbus
     (name "python2-dbus")
     (inputs `(("python" ,python-2)
+              ("libxcrypt" ,libxcrypt)  ;required by Python.h
               ,@(alist-delete "python"
                               (package-inputs python-dbus))))
     (arguments

Reply via email to