10 stdenv.mkDerivation rec {
12 version = "3.21.3087";
14 src = fetchFromGitHub {
18 sha256 = "sha256-zEWxJpv0MeGUq/xkM26tDoauFyw53enGyWVhlX0jlYI=";
21 nativeBuildInputs = [ autoreconfHook ];
28 "--with-openssl=${openssl.dev}"
29 "--with-cafile=/etc/ssl/certs/ca-certificates.crt"
33 homepage = "https://github.com/GuardTime/libksi";
34 description = "Keyless Signature Infrastructure API library";
35 license = licenses.asl20;
36 platforms = platforms.all;