gnu: libnl-python2: Add libxcrypt dependency.

* gnu/packages/linux.scm (libnl-python-package)[inputs]: Add libxcrypt.

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

View file

@ -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