9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 tag = finalAttrs.version;
17 hash = "sha256-6KI1bsfDgGJ4x8Wv7fcwCKm5AILa3jLnV53JY1g9B+M=";
20 nativeBuildInputs = [ autoreconfHook ];
21 buildInputs = [ curl ];
24 homepage = "https://github.com/bakulf/libnxml";
25 description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams";
26 license = lib.licenses.lgpl2;
27 platforms = lib.platforms.all;
28 maintainers = with lib.maintainers; [ sigmanificient ];