apparmor-profiles: enable strictDeps

This commit is contained in:
Colin
2026-01-18 22:58:18 +00:00
parent df8a366146
commit b8bf9c314d
@@ -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";