mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
b25c1e7d03
commit
a5a6ab4015
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue