mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: policycoreutils: Add libxcrypt dependency.
* gnu/packages/selinux.scm (policycoreutils)[inputs]: Add libxcrypt. Change-Id: I0327a8c3e98c7a39a79bfcdc347a1ea2219477bb
This commit is contained in:
parent
52ad897f16
commit
600511d087
1 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,7 @@ (define-module (gnu packages selinux)
|
|||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages bison)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages docbook)
|
||||
#:use-module (gnu packages flex)
|
||||
#:use-module (gnu packages gettext)
|
||||
|
@ -395,7 +396,8 @@ (define-public policycoreutils
|
|||
linux-pam
|
||||
libsepol
|
||||
libselinux
|
||||
libsemanage))
|
||||
libsemanage
|
||||
libxcrypt))
|
||||
(native-inputs
|
||||
(list gettext-minimal))
|
||||
(synopsis "SELinux core utilities")
|
||||
|
|
Loading…
Reference in a new issue