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