[cpan2nix] perlPackages.ExtUtilsTypemap: cleanup
This commit is contained in:
parent
701d61276f
commit
c4ee231e10
@ -5334,10 +5334,9 @@ let self = _self // overrides; _self = with self; {
|
|||||||
ExtUtilsTypemap = buildPerlPackage rec {
|
ExtUtilsTypemap = buildPerlPackage rec {
|
||||||
name = "ExtUtils-Typemap-1.00";
|
name = "ExtUtils-Typemap-1.00";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/modules/by-module/ExtUtils/${name}.tar.gz";
|
url = mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-Typemap-1.00.tar.gz;
|
||||||
sha256 = "1iqz0xlscg655gnwb2h1wrjj70llblps1zznl29qn1mv5mvibc5i";
|
sha256 = "1iqz0xlscg655gnwb2h1wrjj70llblps1zznl29qn1mv5mvibc5i";
|
||||||
};
|
};
|
||||||
buildInputs = [ ExtUtilsParseXS ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ExtUtilsTypemapsDefault = buildPerlModule rec {
|
ExtUtilsTypemapsDefault = buildPerlModule rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user