policycoreutils: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt e1f8bfbb a1c07a61

+2 -2
+2 -2
pkgs/os-specific/linux/policycoreutils/default.nix
··· 1 - { lib, stdenv, fetchurl, gettext, libsepol, libselinux, libsemanage }: 2 3 stdenv.mkDerivation rec { 4 pname = "policycoreutils"; ··· 20 ''; 21 22 nativeBuildInputs = [ gettext ]; 23 - buildInputs = [ libsepol libselinux libsemanage ]; 24 25 makeFlags = [ 26 "PREFIX=$(out)"
··· 1 + { lib, stdenv, fetchurl, gettext, libsepol, libselinux, libsemanage, libxcrypt }: 2 3 stdenv.mkDerivation rec { 4 pname = "policycoreutils"; ··· 20 ''; 21 22 nativeBuildInputs = [ gettext ]; 23 + buildInputs = [ libsepol libselinux libsemanage libxcrypt ]; 24 25 makeFlags = [ 26 "PREFIX=$(out)"