libksi: 2015-07-03 -> 3.20.3025
This commit is contained in:
parent
3f0d188f65
commit
286bfac78c
@ -1,13 +1,14 @@
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, openssl, curl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libksi-2015-07-03";
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libksi";
|
||||
version = "3.20.3025";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Guardtime";
|
||||
repo = "libksi";
|
||||
rev = "b82dd65bd693722db92397cbe0920170e0d2ae1c";
|
||||
sha256 = "1sqd31l55kx6knl0sg26ail1k5rgmamq8760p6aj7bpb4jwb8r1n";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0cagysr8j92r6g7f0mwrlkpn9xz9ncz2v3jymh47j3ljxmfbagpz";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
@ -2,7 +2,7 @@
|
||||
, libkrb5 ? null, systemd ? null, jemalloc ? null, libmysqlclient ? null, postgresql ? null
|
||||
, libdbi ? null, net_snmp ? null, libuuid ? null, curl ? null, gnutls ? null
|
||||
, libgcrypt ? null, liblognorm ? null, openssl ? null, librelp ? null, libksi ? null
|
||||
, libgt ? null, liblogging ? null, libnet ? null, hadoop ? null, rdkafka ? null
|
||||
, liblogging ? null, libnet ? null, hadoop ? null, rdkafka ? null
|
||||
, libmongo-client ? null, czmq ? null, rabbitmq-c ? null, hiredis ? null, mongoc ? null
|
||||
}:
|
||||
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
fastJson libestr json_c zlib pythonPackages.docutils libkrb5 jemalloc
|
||||
postgresql libdbi net_snmp libuuid curl gnutls libgcrypt liblognorm openssl
|
||||
librelp libgt libksi liblogging libnet hadoop rdkafka libmongo-client czmq
|
||||
librelp libksi liblogging libnet hadoop rdkafka libmongo-client czmq
|
||||
rabbitmq-c hiredis mongoc
|
||||
] ++ stdenv.lib.optional (libmysqlclient != null) libmysqlclient
|
||||
++ stdenv.lib.optional stdenv.isLinux systemd;
|
||||
@ -73,8 +73,7 @@ stdenv.mkDerivation rec {
|
||||
(mkFlag true "mmpstrucdata")
|
||||
(mkFlag (openssl != null) "mmrfc5424addhmac")
|
||||
(mkFlag (librelp != null) "relp")
|
||||
(mkFlag (libgt != null) "guardtime")
|
||||
(mkFlag (libksi != null) "gt-ksi")
|
||||
(mkFlag (libksi != null) "ksi-ls12")
|
||||
(mkFlag (liblogging != null) "liblogging-stdlog")
|
||||
(mkFlag (liblogging != null) "rfc3195")
|
||||
(mkFlag true "imfile")
|
||||
|
@ -2035,7 +2035,6 @@ in
|
||||
liblognorm = null;
|
||||
openssl = null;
|
||||
librelp = null;
|
||||
libgt = null;
|
||||
libksi = null;
|
||||
liblogging = null;
|
||||
libnet = null;
|
||||
|
Loading…
Reference in New Issue
Block a user