1 { lib, stdenv, fetchurl, pkg-config, zlib, openssl_1_0_2, pcsclite }:
3 stdenv.mkDerivation rec {
4 pname = "globalplatform";
8 url = "mirror://sourceforge/globalplatform/${pname}-${version}.tar.gz";
9 sha256 = "191s9005xbc7i90bzjk4rlw15licd6m0rls9fxli8jyymz2021zy";
12 nativeBuildInputs = [ pkg-config ];
13 buildInputs = [ zlib openssl_1_0_2 pcsclite ];
16 homepage = "https://sourceforge.net/p/globalplatform/wiki/Home/";
17 description = "Library for interacting with smart card devices";
18 license = licenses.gpl3;
19 platforms = platforms.linux;