Merge pull request #142400 from yeoldegrove/debootstrap_gpgv

This commit is contained in:
Sandro 2021-10-26 13:12:42 +02:00 committed by GitHub
commit 4761c330c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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