[cpan2nix] perlPackages.ExtUtilsCBuilder: removed built-in
This commit is contained in:
parent
1e5cee06d0
commit
6f900b1169
|
@ -5318,13 +5318,7 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
ExtUtilsCBuilder = buildPerlPackage rec {
|
||||
name = "ExtUtils-CBuilder-0.280230";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/A/AM/AMBS/ExtUtils-CBuilder-0.280230.tar.gz;
|
||||
sha256 = "1mcwvic01x0flcz3jsny5j8j5zz96r63qjwq75hs42cpf3by3ahx";
|
||||
};
|
||||
};
|
||||
ExtUtilsCBuilder = null; # part of Perl 5.28
|
||||
|
||||
ExtUtilsCChecker = buildPerlModule rec {
|
||||
name = "ExtUtils-CChecker-0.10";
|
||||
|
|
Loading…
Reference in New Issue