11 stdenv.mkDerivation rec {
12 pname = "libykneomgr";
16 url = "https://developers.yubico.com/libykneomgr/Releases/${pname}-${version}.tar.gz";
17 sha256 = "12gqblz400kr11m1fdr1vvwr85lgy5v55zy0cf782whpk8lyyj97";
20 nativeBuildInputs = [ pkg-config ];
32 description = "C library to interact with the CCID-part of the Yubikey NEO";
33 homepage = "https://developers.yubico.com/libykneomgr";
34 license = licenses.bsd3;
35 mainProgram = "ykneomgr";
36 platforms = platforms.unix;