about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-08-25 14:14:54 +0200
committerDomen Kožar <domen@dev.si>2015-08-25 14:14:54 +0200
commite4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c (patch)
treef0f4637a7357352ae45007b99e384bebf7176520 /pkgs/tools/security
parent60a0bb7f66fd51a5b935ed50f8f39a34a5fc55cc (diff)
parentc234f37b5995457e2a5b518648e6735612cb3c27 (diff)
downloadnixlib-e4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c.tar
nixlib-e4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c.tar.gz
nixlib-e4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c.tar.bz2
nixlib-e4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c.tar.lz
nixlib-e4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c.tar.xz
nixlib-e4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c.tar.zst
nixlib-e4644a5b582703e6fa3b1c2e97a99e3bc3f7ce4c.zip
Merge branch 'staging'
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/gnupg/21.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix
index bc7c5f857518..2a0f12545131 100644
--- a/pkgs/tools/security/gnupg/21.nix
+++ b/pkgs/tools/security/gnupg/21.nix
@@ -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
   ];