3
0
Fork 0
forked from mirrors/nixpkgs

policycoreutils: fix compilation

svn path=/nixpkgs/trunk/; revision=26557
This commit is contained in:
Evgeny Egorochkin 2011-03-28 07:38:16 +00:00
parent 9da3ee5281
commit 4b26d46014

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libsepol libselinux ];
NIX_LDFLAGS = "-lsepol";
makeFlags = "LOCALEDIR=$(out)/share/locale";
meta = with stdenv.lib; {