mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-06 01:05:54 +02:00
gnu: python2-dbus: Add libxcrypt dependency.
* gnu/packages/python-xyz.scm (python2-dbus)[inputs]: Add libxcrypt. Change-Id: I3316ca5dbe308b2baaeb8f7f259a189dbf0b29b6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user