diff options
author | 宋文武 <[email protected]> | 2024-06-19 15:35:59 +0800 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-08-31 10:45:18 +0200 |
commit | a5a6ab4015db874113d17a41cc1caa98dc8ea2b3 (patch) | |
tree | 82f9c5520bf71a3e01ac7bc84224d4d5448ca43a /gnu/packages | |
parent | b25c1e7d03ab39f28669a8be2d7e014c4a15ab9f (diff) |
gnu: python2-dbus: Add libxcrypt dependency.
* gnu/packages/python-xyz.scm (python2-dbus)[inputs]: Add libxcrypt.
Change-Id: I3316ca5dbe308b2baaeb8f7f259a189dbf0b29b6
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 440825d8ca..cde5c91e4a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |