Adding the pinentry dependency to opensc, so it properly calls at least one pinentry.

The upstream opensc 0.11.7 does not allow choosing it at runtime!


svn path=/nixpkgs/trunk/; revision=19449
This commit is contained in:
Lluís Batlle i Rossell
2010-01-14 22:47:30 +00:00
parent 9dfe94bc3c
commit f29068a1de
2 changed files with 4 additions and 3 deletions

View File

@@ -1180,7 +1180,7 @@ let
opensc_0_11_7 = import ../tools/security/opensc/0.11.7.nix {
inherit fetchurl stdenv libtool readline zlib openssl libiconv pcsclite
libassuan pkgconfig;
libassuan pkgconfig pinentry;
inherit (xlibs) libXt;
};