Merge pull request #8981 from sellout/patch-1
gnugpg: Add libiconv dependency.
This commit is contained in:
commit
0a1a015355
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user