make sure gpgv is found
This commit is contained in:
parent
0f9307a684
commit
537ce9bd45
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue