8 , gobject-introspection
18 version = "unstable-2021-02-01";
20 outputs = [ "out" "dev" "py" ];
22 # Obtained from https://git.launchpad.net/ubuntu/+source/libunity/log/
24 url = "https://git.launchpad.net/ubuntu/+source/libunity";
25 rev = "import/7.1.4+19.04.20190319-5";
26 sha256 = "LHUs6kl1srS6Xektx+jmm4SXLR47VuQ9IhYbBxf2Wc8=";
30 # Fix builf with latest Vala
31 # https://code.launchpad.net/~jtojnar/libunity/libunity
32 # Did not send upstream because Ubuntu is stuck on Vala 0.48.
50 propagatedBuildInputs = [
60 "--with-pygi-overrides-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
64 description = "A library for instrumenting and integrating with all aspects of the Unity shell";
65 homepage = "https://launchpad.net/libunity";
66 license = licenses.lgpl3;
67 platforms = platforms.linux;
68 maintainers = with maintainers; [ ];