[cpan2nix] perlPackages.Gnome2Wnck: cleanup

This commit is contained in:
volth 2019-10-22 07:09:50 +00:00
parent 102f0f0875
commit 4e212c69c7

View File

@ -7616,7 +7616,7 @@ let
sha256 = "604a8ece88ac29f132d59b0caac27657ec31371c1606a4698a2160e88ac586e5";
};
buildInputs = [ pkgs.libwnck pkgs.glib pkgs.gtk2 ];
propagatedBuildInputs = [ Gtk2 Pango ];
propagatedBuildInputs = [ Gtk2 ];
meta = {
description = "Perl interface to the Window Navigator Construction Kit";
license = stdenv.lib.licenses.lgpl21Plus;