8 stdenv.mkDerivation (finalAttrs: {
10 version = "1.1.0-b.10+2";
13 url = "https://git.codesynthesis.com/libstudxml/libstudxml.git";
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-OsjMhQ3u/wLhOay7qg9sQMEhnAOdrO30dsKQ8aDWUOo=";
24 nativeBuildInputs = [ build2 ];
26 # lib files are not marked as executable by default
32 description = "A streaming XML pull parser and streaming XML serializer implementation for modern, standard C++";
33 homepage = "https://www.codesynthesis.com/projects/libstudxml/";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ tomasajt ];
36 platforms = lib.platforms.all;