21 stdenv.mkDerivation rec {
32 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
33 hash = "sha256-Zr/X4x0vZ1bVpiw2cDg8u6ArPLTBBClQGSqAG3Kjyas=";
41 glib # for glib-genmarshal
44 propagatedBuildInputs = [
59 enableParallelBuilding = true;
62 updateScript = gnome.updateScript {
64 versionPolicy = "odd-unstable";
69 description = "Glib/GTK set of document centric objects and utilities";
72 There are common operations for document centric applications that are
73 conceptually simple, but complex to implement fully: plugins, load/save
77 license = lib.licenses.gpl2Plus;
79 platforms = lib.platforms.unix;