debootstrap: Add bzip2 and ar to PATH

This commit is contained in:
bland 2022-12-26 02:03:08 -06:00 committed by Rick van Schijndel
parent ba71dea8b1
commit 813159a426

View File

@ -1,8 +1,10 @@
{ lib, stdenv, fetchFromGitLab, dpkg, gawk, perl, wget, coreutils, util-linux
{ lib, stdenv, fetchFromGitLab, dpkg, gawk, perl, wget, binutils, bzip2, coreutils, util-linux
, gnugrep, gnupg1, gnutar, gnused, gzip, xz, makeWrapper }:
# USAGE like this: debootstrap sid /tmp/target-chroot-directory
# There is also cdebootstrap now. Is that easier to maintain?
let binPath = lib.makeBinPath [
binutils
bzip2
coreutils
dpkg
gawk