mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
[cpan2nix] perlPackages.Glib: 1.321 -> 1.326
This commit is contained in:
parent
8077094ebf
commit
264c3aa14a
@ -6147,17 +6147,18 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
Glib = buildPerlPackage rec {
|
||||
name = "Glib-1.321";
|
||||
name = "Glib-1.326";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
|
||||
sha256 = "0h4cfxrxcf1mrdab5n5kk0smsi8vcrfnmcw1k6xw87r4vbifnxdr";
|
||||
sha256 = "0prn9kkdpwjq9qmzqashbhk3pq4gvlrmvm3b10xf1dhc48406382";
|
||||
};
|
||||
buildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig pkgs.glib ];
|
||||
buildInputs = [ pkgs.glib ];
|
||||
meta = {
|
||||
homepage = http://gtk2-perl.sourceforge.net/;
|
||||
description = "Perl wrappers for the GLib utility and Object libraries";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
};
|
||||
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig ];
|
||||
};
|
||||
|
||||
Gnome2 = buildPerlPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user