xml-tooling-c: init at 1.6.0
Required by the Shibboleth Service Provider
This commit is contained in:
parent
da6c83aa3b
commit
7267ae5e1d
20
pkgs/development/libraries/xml-tooling-c/default.nix
Normal file
20
pkgs/development/libraries/xml-tooling-c/default.nix
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{ stdenv, fetchgit, autoreconfHook, boost, curl, openssl, log4shib, xercesc, xml-security-c }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "xml-tooling-c-${version}";
|
||||||
|
version = "1.6.0";
|
||||||
|
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://git.shibboleth.net/git/cpp-xmltooling.git";
|
||||||
|
rev = "db08101c3854518a59096be95ed6564838381744";
|
||||||
|
sha256 = "0rhzvxm4z3pm28kpk34hayhm12bjjms2kygv1z68vnz8ijzgcinq";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];
|
||||||
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A low-level library that provides a high level interface to XML processing for OpenSAML 2";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -10286,6 +10286,8 @@ with pkgs;
|
|||||||
|
|
||||||
xml-security-c = callPackage ../development/libraries/xml-security-c { };
|
xml-security-c = callPackage ../development/libraries/xml-security-c { };
|
||||||
|
|
||||||
|
xml-tooling-c = callPackage ../development/libraries/xml-tooling-c { };
|
||||||
|
|
||||||
xlslib = callPackage ../development/libraries/xlslib { };
|
xlslib = callPackage ../development/libraries/xlslib { };
|
||||||
|
|
||||||
xvidcore = callPackage ../development/libraries/xvidcore { };
|
xvidcore = callPackage ../development/libraries/xvidcore { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user