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:
parent
8851638ea7
commit
dff91a009d
@ -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 {
|
MozillaCA = buildPerlPackage {
|
||||||
name = "Mozilla-CA-20130114";
|
name = "Mozilla-CA-20130114";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user