12 stdenv.mkDerivation rec {
13 pname = "appindicator-sharp";
14 version = "5a79cde93da6d68a4b1373f1ce5796c3c5fe1b37";
16 src = fetchFromGitHub {
17 owner = "stsundermann";
18 repo = "appindicator-sharp";
20 sha256 = "sha256:1i0vqbp05l29f5v9ygp7flm4s05pcnn5ivl578mxmhb51s7ncw6l";
34 ac_cv_path_MDOC = "no";
35 installFlags = ["GAPIXMLDIR=/tmp/gapixml"];
38 description = "Bindings for appindicator using gobject-introspection";
39 homepage = "https://github.com/stsundermann/appindicator-sharp";
40 license = lib.licenses.lgpl3Only;
41 maintainers = with lib.maintainers; [ kevincox ];