make sure gpgv is found

This commit is contained in:
Eike Waldt 2021-10-20 21:07:26 +02:00 committed by yeoldegrove
parent 0f9307a684
commit 537ce9bd45
No known key found for this signature in database
GPG Key ID: 0E329B011F83E801

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