Merge pull request #8981 from sellout/patch-1

gnugpg: Add libiconv dependency.
This commit is contained in:
William A. Kennington III 2015-07-27 15:50:54 -04:00
commit 0a1a015355

View File

@ -1,4 +1,4 @@
{ fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, npth { fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, libiconv, npth
, autoreconfHook, gettext, texinfo, pcsclite , autoreconfHook, gettext, texinfo, pcsclite
# Each of the dependencies below are optional. # Each of the dependencies below are optional.
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
''; '';
buildInputs = [ buildInputs = [
pkgconfig libgcrypt libassuan libksba npth pkgconfig libgcrypt libassuan libksba libiconv npth
autoreconfHook gettext texinfo autoreconfHook gettext texinfo
readline libusb gnutls adns openldap zlib bzip2 readline libusb gnutls adns openldap zlib bzip2
]; ];