1 {lib, stdenv, fetchurl, pkg-config, glib, libxml2, gtk-doc}:
9 name = "${pname}-${version}";
12 url = "http://gdome2.cs.unibo.it/tarball/${pname}-${version}.tar.gz";
13 sha256 = "0hyms5s3hziajp3qbwdwqjc2xcyhb783damqg8wxjpwfxyi81fzl";
16 hardeningDisable = [ "format" ];
18 nativeBuildInputs = [ pkg-config ];
19 buildInputs = [ glib libxml2 gtk-doc ];
20 propagatedBuildInputs = [glib libxml2];
27 homepage = "http://gdome2.cs.unibo.it/";
28 description = "DOM C library developed for the Gnome project";
29 license = licenses.lgpl21Plus;
30 maintainers = with maintainers; [ prikhi roconnor ];
31 platforms = platforms.linux;