Commit 7d250552 authored by Colin's avatar Colin
Browse files

apparmor-bin-utils: enable strictDeps

perl is needed at build time, for podchecker. the parent package,
pkgs/by-name/li/libapparmor/package.nix, does this same thing.
parent 6213e97a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ stdenv.mkDerivation {
  nativeBuildInputs = [
    pkg-config
    libapparmor
    perl
    which
  ];

@@ -47,6 +48,8 @@ stdenv.mkDerivation {
    "SBINDIR=$(out)/bin"
  ];

  strictDeps = true;

  meta = libapparmor.meta // {
    description = "Mandatory access control system - binary user-land utilities";
  };