7 , gobject-introspection
14 stdenv.mkDerivation rec {
16 version = "unstable-2017-06-16";
18 outputs = [ "out" "dev" "py" ];
21 url = "https://git.launchpad.net/ubuntu/+source/dee";
22 rev = "import/1.2.7+17.10.20170616-4ubuntu3";
23 sha256 = "09blrdj7229vscp4mkg0fabmcvc6jdpamvblrq86rbky7j2nnwlk";
27 "${src}/debian/patches/gtkdocize.patch"
28 "${src}/debian/patches/strict-prototype.patch"
29 "${src}/debian/patches/vapi-skip-properties.patch"
30 ./0001-Fix-build-with-Vala-0.54.patch
32 # Fixes glib 2.62 deprecations
34 name = "dee-1.2.7-deprecated-g_type_class_add_private.patch";
35 url = "https://src.fedoraproject.org/rpms/dee/raw/1a9a4ce3377074fabfca653ffe0287cd73aef82f/f/dee-1.2.7-deprecated-g_type_class_add_private.patch";
36 sha256 = "13nyprq7bb7lnzkcb7frcpzidbl836ycn5bvmwa2k0nhmj6ycbx5";
56 "--with-pygi-overrides-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
59 # Compilation fails after a change in glib where
60 # g_string_free now returns a value
61 env.NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
63 enableParallelBuilding = true;
66 description = "A library that uses DBus to provide objects allowing you to create Model-View-Controller type programs across DBus";
67 homepage = "https://launchpad.net/dee";
68 license = licenses.lgpl3;
69 platforms = platforms.linux;
70 maintainers = with maintainers; [ abbradar ];