forked from mirrors/nixpkgs
policycoreutils: fix compilation
svn path=/nixpkgs/trunk/; revision=26557
This commit is contained in:
parent
9da3ee5281
commit
4b26d46014
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ libsepol libselinux ];
|
||||
|
||||
NIX_LDFLAGS = "-lsepol";
|
||||
|
||||
makeFlags = "LOCALEDIR=$(out)/share/locale";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue