mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: linux-pam: Add libxcrypt dependency.
* gnu/packages/linux.scm (linux-pam): Add libxcrypt dependency. Change-Id: I57c1c10f01b88707637ea8f5c4a082deb0dd4205
This commit is contained in:
parent
239868c8e9
commit
c30b4cb194
1 changed files with 1 additions and 1 deletions
|
@ -1937,10 +1937,10 @@ (define-public linux-pam
|
|||
"linux-pam-no-setfsuid.patch"))))
|
||||
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list libxcrypt))
|
||||
(native-inputs
|
||||
(list flex
|
||||
;; TODO: optional dependencies
|
||||
;; ("libxcrypt" ,libxcrypt)
|
||||
;; ("cracklib" ,cracklib)
|
||||
))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue