8 , gobject-introspection
19 stdenv.mkDerivation rec {
20 pname = "template-glib";
23 outputs = [ "out" "dev" "devdoc" ];
26 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
27 sha256 = "OxZ6Fzha10WvviD634EGxm0wxb10bVqh2b236AP2pQM=";
56 updateScript = gnome.updateScript {
58 versionPolicy = "odd-unstable";
63 description = "A library for template expansion which supports calling into GObject Introspection from templates";
64 homepage = "https://gitlab.gnome.org/GNOME/template-glib";
65 license = licenses.lgpl21Plus;
66 maintainers = teams.gnome.members;
67 platforms = platforms.unix;