xml-tooling-c: init at 1.6.0
Required by the Shibboleth Service Provider
This commit is contained in:
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";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user