mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
|
||||
# Each of the dependencies below are optional.
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig libgcrypt libassuan libksba npth
|
||||
pkgconfig libgcrypt libassuan libksba libiconv npth
|
||||
autoreconfHook gettext texinfo
|
||||
readline libusb gnutls adns openldap zlib bzip2
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user