1 { lib, stdenv, fetchurl, pkg-config, pcsclite, libzip, help2man }:
3 stdenv.mkDerivation rec {
4 name = "libykneomgr-0.1.8";
7 url = "https://developers.yubico.com/libykneomgr/Releases/${name}.tar.gz";
8 sha256 = "12gqblz400kr11m1fdr1vvwr85lgy5v55zy0cf782whpk8lyyj97";
11 nativeBuildInputs = [ pkg-config ];
12 buildInputs = [ pcsclite libzip help2man ];
19 homepage = "https://developers.yubico.com/libykneomgr";
20 description = "A C library to interact with the CCID-part of the Yubikey NEO";
21 license = licenses.bsd3;
22 platforms = platforms.unix;