1 { lib, stdenv, fetchurl, pkg-config, globalplatform, openssl_1_0_2, pcsclite }:
3 stdenv.mkDerivation rec {
4 pname = "gppcscconnectionplugin";
8 url = "mirror://sourceforge/globalplatform/${pname}-${version}.tar.gz";
9 sha256 = "0d3vcrh9z55rbal0dchmj661pqqrav9c400bx1c46grcl1q022ad";
12 nativeBuildInputs = [ pkg-config ];
13 buildInputs = [ globalplatform openssl_1_0_2 pcsclite ];
16 homepage = "https://sourceforge.net/p/globalplatform/wiki/Home/";
17 description = "GlobalPlatform pcsc connection plugin";
18 license = [ licenses.lgpl3 licenses.gpl3 ];
19 platforms = platforms.all;