gnu: python2-dbus: Add libxcrypt dependency.

* gnu/packages/python-xyz.scm (python2-dbus)[inputs]: Add libxcrypt.

Change-Id: I3316ca5dbe308b2baaeb8f7f259a189dbf0b29b6
This commit is contained in:
宋文武 2024-06-19 15:35:59 +08:00 committed by Ludovic Courtès
parent b25c1e7d03
commit a5a6ab4015
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -13135,6 +13135,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