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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user