mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: libnl-python2: Add libxcrypt dependency.
* gnu/packages/linux.scm (libnl-python-package)[inputs]: Add libxcrypt. Change-Id: Id7293e6f1951bb525f5ad072bc7b12d18ac7c69c
This commit is contained in:
parent
2e89e9f20a
commit
b25c1e7d03
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue