6 , gobject-introspection
15 stdenv.mkDerivation rec {
19 outputs = [ "out" "dev" "devdoc" ];
22 url = "mirror://gnome/sources/goocanvas/${lib.versions.majorMinor version}/goocanvas-${version}.tar.xz";
23 sha256 = "06j05g2lmwvklmv51xsb7gm7rszcarhm01sal41jfp0qzrbpa2k7";
40 PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR = "$(dev)/share/gir-1.0";
41 PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR = "$(out)/lib/girepository-1.0";
44 updateScript = gnome.updateScript {
45 attrPath = "${pname}${lib.versions.major version}";
47 versionPolicy = "odd-unstable";
52 description = "Canvas widget for GTK based on the the Cairo 2D library";
53 homepage = "https://gitlab.gnome.org/Archive/goocanvas";
54 license = licenses.lgpl2; # https://gitlab.gnome.org/GNOME/goocanvas/-/issues/12
55 maintainers = with maintainers; [ bobby285271 ];
56 platforms = platforms.unix;