Unverified Commit c8675ae1 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

apparmor-profiles: enable strictDeps (#481459)

parents 044bd9e5 b8bf9c31
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";