From b25c1e7d03ab39f28669a8be2d7e014c4a15ab9f Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 19 Jun 2024 15:34:22 +0800 Subject: gnu: libnl-python2: Add libxcrypt dependency. * gnu/packages/linux.scm (libnl-python-package)[inputs]: Add libxcrypt. Change-Id: Id7293e6f1951bb525f5ad072bc7b12d18ac7c69c --- gnu/packages/linux.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4492d8963a..f0b8832da2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3630,7 +3630,8 @@ (define (libnl-python-package python) ((string=? python "python2") `(("python-2" ,python-2))) ((string=? python "python3") - `(("python-3" ,python-3)))))) + `(("python-3" ,python-3)))) + ("libxcrypt" ,libxcrypt))) ;required by Python.h (propagated-inputs (list libnl)) (outputs '("out")) (arguments -- cgit v1.2.3