14 inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices SystemConfiguration;
16 stdenv.mkDerivation (finalAttrs: {
17 pname = "xml-security-c";
21 url = "https://git.shibboleth.net/git/cpp-xml-security";
22 rev = finalAttrs.version;
23 hash = "sha256-D60JtD4p9ERh6sowvwBHtE9XWVm3D8saooagDvA6ZtQ=";
43 ++ lib.optionals stdenv.hostPlatform.isDarwin [
50 homepage = "https://shibboleth.atlassian.net/wiki/spaces/DEV/pages/3726671873/Santuario";
51 description = "C++ Implementation of W3C security standards for XML";
52 license = lib.licenses.asl20;
53 platforms = lib.platforms.unix;
54 maintainers = [ lib.maintainers.jagajaga ];