apparmor: enable strictDeps for apparmor-utils

checked with diffoscope
This commit is contained in:
Artturin 2021-10-23 03:32:11 +03:00
parent a57efdec05
commit 7782153abb

View File

@ -11,6 +11,7 @@
, libnotify
, buildPackages
, coreutils
, bash
, gnugrep
, gnused
, kmod
@ -122,9 +123,12 @@ let
name = "apparmor-utils-${apparmor-version}";
src = apparmor-sources;
nativeBuildInputs = [ makeWrapper which ];
strictDeps = true;
nativeBuildInputs = [ makeWrapper which python3 ];
buildInputs = [
bash
perl
python3
libapparmor