1 {lib, stdenv, fetchurl, curl}:
3 stdenv.mkDerivation rec {
8 url = "https://www.autistici.org/bakunin/libnxml/libnxml-${version}.tar.gz";
9 sha256 = "0ix5b9bxd7r517vhgcxwdviq4m0g0pq46s5g3h04gcqnpbin150g";
12 buildInputs = [ curl ];
15 homepage = "https://www.autistici.org/bakunin/libnxml/";
16 description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams";
17 license = lib.licenses.lgpl2;
19 platforms = lib.platforms.all;
20 maintainers = [ lib.maintainers.viric ];