Skip to content

Commit

Permalink
apt-mirror: fix cross compilation, set strictDeps (#352376)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 31, 2024
2 parents a110d40 + 180d646 commit 5b13e7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/by-name/ap/apt-mirror/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-GNsyXP/O56Y+8QhoSfMm+ig5lK/K3Cm085jxRt9ZRmI=";
};

nativeBuildInputs = [ makeWrapper ];
strictDeps = true;

nativeBuildInputs = [
makeWrapper
perl # pod2man
];

buildInputs = [ perl ];

Expand Down

0 comments on commit 5b13e7d

Please sign in to comment.