3
0
Fork 0
forked from mirrors/nixpkgs

perl-packages: Add new package MouseXNativeTraits.

This is actually needed by X11-XCB, but I only found out after hours of
digging through Perl code from the stone age.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-08-01 05:13:54 +02:00
parent 8851638ea7
commit dff91a009d
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -6232,6 +6232,20 @@ let self = _self // overrides; _self = with self; {
];
};
MouseXNativeTraits = buildPerlPackage rec {
name = "MouseX-NativeTraits-1.09";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GF/GFUJI/${name}.tar.gz";
sha256 = "0pnbchkxfz9fwa8sniyjqp0mz75b3k2fafq9r09znbbh51dbz9gq";
};
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ AnyMoose ];
meta = {
description = "Extend attribute interfaces for Mouse";
license = "perl";
};
};
MozillaCA = buildPerlPackage {
name = "Mozilla-CA-20130114";
src = fetchurl {