Commit b8bf9c31 authored by Colin's avatar Colin
Browse files

apparmor-profiles: enable strictDeps

parent df8a3661
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation {

  checkTarget = "check";

  checkInputs = [
  nativeCheckInputs = [
    apparmor-parser
    apparmor-utils
  ];
@@ -34,6 +34,7 @@ stdenv.mkDerivation {
  '';

  doCheck = true;
  strictDeps = true;

  meta = libapparmor.meta // {
    description = "Mandatory access control system - profiles";