Merge pull request #35183 from xurei/perl/Gtk2TrayIcon

perl-Gtk2TrayIcon: init at 0.06
This commit is contained in:
Jörg Thalheim 2018-02-19 21:50:49 +00:00 committed by GitHub
commit 7cb7d2a4dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6292,6 +6292,18 @@ let self = _self // overrides; _self = with self; {
};
};
Gtk2TrayIcon = buildPerlPackage rec {
name = "Gtk2-TrayIcon-0.06";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BO/BORUP/${name}.tar.gz";
sha256 = "cbb7632b75d7f41554dfe8ee9063dbfd1d8522291077c65d0d82e9ceb5e94ae2";
};
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Glib Gtk2 Pango pkgs.gtk2 ];
meta = {
license = stdenv.lib.licenses.gpl2;
};
};
Gtk2AppIndicator = buildPerlPackage rec {
name = "Gtk2-AppIndicator-0.15";
src = fetchurl {