[cpan2nix] perlPackages.Gtk3: cleanup
This commit is contained in:
parent
42c686d1bd
commit
4570e01413
1 changed files with 1 additions and 2 deletions
|
@ -6699,8 +6699,7 @@ let
|
||||||
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
|
||||||
sha256 = "0baxyhlzdf7avka40h1niiir8vz4nilqkiwh876i0hv0f8xj3nqa";
|
sha256 = "0baxyhlzdf7avka40h1niiir8vz4nilqkiwh876i0hv0f8xj3nqa";
|
||||||
};
|
};
|
||||||
buildInputs = [ Cairo CairoGObject Glib GlibObjectIntrospection ];
|
propagatedBuildInputs = [ pkgs.gtk3 CairoGObject GlibObjectIntrospection ];
|
||||||
propagatedBuildInputs = [ pkgs.gtk3 ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Perl interface to the 3.x series of the gtk+ toolkit";
|
description = "Perl interface to the 3.x series of the gtk+ toolkit";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
|
|
Loading…
Reference in a new issue