15 stdenv.mkDerivation rec {
16 pname = "xml-tooling-c";
20 url = "https://git.shibboleth.net/git/cpp-xmltooling.git";
22 hash = "sha256-czmBu7ThDwq+x7FahgZDMHqid8jeUNnTuKMI/Fj4IIw=";
39 env.NIX_CFLAGS_COMPILE = lib.optionalString (!stdenv.hostPlatform.isDarwin) "-std=c++14";
41 enableParallelBuilding = true;
44 description = "Low-level library that provides a high level interface to XML processing for OpenSAML 2";
45 platforms = lib.platforms.unix;
46 license = lib.licenses.asl20;
47 maintainers = [ lib.maintainers.sigmanificient ];