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
@ -32,6 +32,7 @@
|
||||
#: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 @@ tools, and libraries designed to facilitate SELinux policy analysis.")
|
||||
linux-pam
|
||||
libsepol
|
||||
libselinux
|
||||
libsemanage))
|
||||
libsemanage
|
||||
libxcrypt))
|
||||
(native-inputs
|
||||
(list gettext-minimal))
|
||||
(synopsis "SELinux core utilities")
|
||||
|
Loading…
Reference in New Issue
Block a user