mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
debootstrap: Add bzip2 and ar to PATH
This commit is contained in:
parent
ba71dea8b1
commit
813159a426
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user