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
+2 -1
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