Unverified Commit 5b13e7df authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents a110d406 180d6460
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -18,7 +18,12 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-GNsyXP/O56Y+8QhoSfMm+ig5lK/K3Cm085jxRt9ZRmI=";
  };

  nativeBuildInputs = [ makeWrapper ];
  strictDeps = true;

  nativeBuildInputs = [
    makeWrapper
    perl # pod2man
  ];

  buildInputs = [ perl ];