log4shib: init at 1.0.9
Required by the Shibboleth Service Provider Package
This commit is contained in:
parent
bdd89faebb
commit
da6c83aa3b
18
pkgs/development/libraries/log4shib/default.nix
Normal file
18
pkgs/development/libraries/log4shib/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ stdenv, fetchgit, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "log4shib-${version}";
|
||||
version = "1.0.9";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.shibboleth.net/git/cpp-log4shib.git";
|
||||
rev = "a1afe19b7b49c32fcb03e6d72809501b8965cf85";
|
||||
sha256 = "06rrc5l6qxlc8abzim2jcxwz2c577qrjqx15cbfqq1zfqagj9hix";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
meta = {
|
||||
description = "A forked version of log4cpp that has been created for the Shibboleth project";
|
||||
};
|
||||
}
|
@ -3380,7 +3380,7 @@ with pkgs;
|
||||
paper-gtk-theme = callPackage ../misc/themes/paper { };
|
||||
|
||||
paperwork = callPackage ../applications/office/paperwork { };
|
||||
|
||||
|
||||
papertrail = callPackage ../tools/text/papertrail { };
|
||||
|
||||
par2cmdline = callPackage ../tools/networking/par2cmdline { };
|
||||
@ -9051,6 +9051,8 @@ with pkgs;
|
||||
|
||||
log4cplus = callPackage ../development/libraries/log4cplus { };
|
||||
|
||||
log4shib = callPackage ../development/libraries/log4shib { };
|
||||
|
||||
loudmouth = callPackage ../development/libraries/loudmouth { };
|
||||
|
||||
luabind = callPackage ../development/libraries/luabind { lua = lua5_1; };
|
||||
@ -9607,8 +9609,8 @@ with pkgs;
|
||||
|
||||
libopenshot-audio = callPackage ../applications/video/openshot-qt/libopenshot-audio.nix { };
|
||||
|
||||
libqtav = callPackage ../development/libraries/libqtav {
|
||||
libva = libva-full; # also wants libva-x11
|
||||
libqtav = callPackage ../development/libraries/libqtav {
|
||||
libva = libva-full; # also wants libva-x11
|
||||
};
|
||||
|
||||
mlt = callPackage ../development/libraries/mlt/qt-5.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user