checkpolicy: mark as broken for ZHF

This commit is contained in:
Luca Bruno 2014-08-09 11:41:59 +02:00
parent db8ab2191d
commit e9aadfd807

View file

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = "SELinux policy compiler";
license = licenses.gpl2;
inherit (libsepol.meta) homepage platforms maintainers;
broken = true;
};
}