1 { lib, stdenv, fetchurl, pkg-config, nss, nspr }:
3 stdenv.mkDerivation rec {
8 url = "mirror://mozilla/directory/svrcore/releases/${version}/src/${pname}-${version}.tar.bz2";
9 sha256 = "0n3alg6bxml8952fb6h0bi0l29farvq21q6k20gy2ba90m3znwj7";
12 nativeBuildInputs = [ pkg-config ];
13 buildInputs = [ nss nspr ];
16 description = "Secure PIN handling using NSS crypto";
17 license = licenses.mpl11;
18 platforms = platforms.all;