[cpan2nix] perlPackages.Mouse: v2.5.4 -> v2.5.6
This commit is contained in:
@@ -10909,10 +10909,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
Mouse = buildPerlModule rec {
|
Mouse = buildPerlModule rec {
|
||||||
name = "Mouse-2.5.4";
|
name = "Mouse-2.5.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SK/SKAJI/Mouse-v2.5.4.tar.gz;
|
url = mirror://cpan/authors/id/S/SK/SKAJI/Mouse-v2.5.6.tar.gz;
|
||||||
sha256 = "041nm46bxxyi1fd8w69r45k434b6m43va2s06pr3bys6igxic79d";
|
sha256 = "1j3048ip691j91rdig6wrlg6i4jdzhszxmz5pi2g7n355rl2w00l";
|
||||||
};
|
};
|
||||||
buildInputs = [ DevelPPPort ModuleBuildXSUtil TestException TestFatal TestLeakTrace TestOutput TestRequires TryTiny self.version ];
|
buildInputs = [ DevelPPPort ModuleBuildXSUtil TestException TestFatal TestLeakTrace TestOutput TestRequires TryTiny self.version ];
|
||||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isi686 "-fno-stack-protector";
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isi686 "-fno-stack-protector";
|
||||||
|
|||||||
Reference in New Issue
Block a user