mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:27:47 +00:00
policycoreutils: fix build with libxcrypt
This commit is contained in:
parent
a1c07a61b2
commit
e1f8bfbbd1
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user