policycoreutils: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-30 01:57:53 +02:00 committed by Martin Weinelt
parent a1c07a61b2
commit e1f8bfbbd1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gettext, libsepol, libselinux, libsemanage }:
{ lib, stdenv, fetchurl, gettext, libsepol, libselinux, libsemanage, libxcrypt }:
stdenv.mkDerivation rec {
pname = "policycoreutils";
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ gettext ];
buildInputs = [ libsepol libselinux libsemanage ];
buildInputs = [ libsepol libselinux libsemanage libxcrypt ];
makeFlags = [
"PREFIX=$(out)"