Skip to content

Commit

Permalink
apt-mirror: fix cross compilation, set strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 30, 2024
1 parent 6531b95 commit 180d646
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 180d646

Please sign in to comment.