[cpan2nix] perlPackages.Gtk2Unique: cleanup

This commit is contained in:
volth 2018-04-07 07:55:52 +00:00
parent 83898571d5
commit 4de6a35ef3

View File

@ -6463,7 +6463,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/P/PO/POTYL/${name}.tar.gz";
sha256 = "ae8dfb0f6844ddaa2ce7b5b44553419490c8e83c24fd35c431406a58f6be0f4f";
};
propagatedBuildInputs = [ Gtk2 Glib ExtUtilsDepends ExtUtilsPkgConfig pkgs.libunique pkgs.gtk2 Cairo Pango ];
propagatedBuildInputs = [ pkgs.libunique pkgs.gtk2 Gtk2 Pango ];
meta = {
description = "Use single instance applications";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];