[cpan2nix] perlPackages.ExtUtilsCppGuess: 0.07 -> 0.12
This commit is contained in:
parent
f626407302
commit
76dbe23bcf
@ -5209,14 +5209,15 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ExtUtilsCppGuess = buildPerlModule rec {
|
ExtUtilsCppGuess = buildPerlPackage rec {
|
||||||
name = "ExtUtils-CppGuess-0.07";
|
name = "ExtUtils-CppGuess-0.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/modules/by-module/ExtUtils/${name}.tar.gz";
|
url = mirror://cpan/authors/id/E/ET/ETJ/ExtUtils-CppGuess-0.12.tar.gz;
|
||||||
sha256 = "1a77hxf2pa8ia9na72rijv1yhpn2bjrdsybwk2dj2l938pl3xn0w";
|
sha256 = "0sqq8vadch633cx7w7i47fca49pxzyh82n5kwxdgvsg32mdppi1i";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgs.ld-is-cc-hook ];
|
nativeBuildInputs = [ pkgs.ld-is-cc-hook ];
|
||||||
propagatedBuildInputs = [ CaptureTiny ];
|
propagatedBuildInputs = [ CaptureTiny ];
|
||||||
|
buildInputs = [ ModuleBuild ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ExtUtilsDepends = buildPerlPackage {
|
ExtUtilsDepends = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user