apt-mirror: fix cross compilation, set strictDeps (#352376)

This commit is contained in:
Nick Cao 2024-10-31 14:47:04 -04:00 committed by GitHub
commit 5b13e7dfe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-GNsyXP/O56Y+8QhoSfMm+ig5lK/K3Cm085jxRt9ZRmI=";
};
nativeBuildInputs = [ makeWrapper ];
strictDeps = true;
nativeBuildInputs = [
makeWrapper
perl # pod2man
];
buildInputs = [ perl ];