apparmor-parser: enable strictDeps (#480997)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
# apparmor deps
|
||||
libapparmor,
|
||||
apparmor-bin-utils,
|
||||
runtimeShellPackage,
|
||||
|
||||
# testing
|
||||
perl,
|
||||
@@ -39,7 +40,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
which
|
||||
];
|
||||
|
||||
buildInputs = [ libapparmor ];
|
||||
buildInputs = [
|
||||
libapparmor
|
||||
runtimeShellPackage
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
"LANGS="
|
||||
@@ -64,12 +68,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
postCheck = "popd";
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
checkInputs = [
|
||||
nativeCheckInputs = [
|
||||
bashInteractive
|
||||
perl
|
||||
python3
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
meta = libapparmor.meta // {
|
||||
description = "Mandatory access control system - core library";
|
||||
mainProgram = "apparmor_parser";
|
||||
|
||||
Reference in New Issue
Block a user