Adding a global wrapper that provides the user with ready-to-use opensc tools and

a 'firefox-dnie' that will launch the firefox in the path with the proper
environment variables to allow firefox access the Spanish national id SmartCard
as a Security Device.
For the later to work cleanly, it will require the user to enable the opensc-pkcs11
module as Security Devices in firefox.

svn path=/nixpkgs/trunk/; revision=19452
This commit is contained in:
Lluís Batlle i Rossell
2010-01-14 23:43:56 +00:00
parent 2ef0816647
commit 742a4b5191
3 changed files with 76 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ stdenv.mkDerivation rec {
cp -R usr/share $out
'';
passthru = {
# This will help keeping the proper opensc version when using this libopensc-dnie library
inherit opensc;
};
meta = {
homepage = http://www.dnielectronico.es/descargas/;
description = "Opensc plugin to access the Spanish national ID smartcard";