mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
[cpan2nix] perlPackages.CPANMeta: removed built-in
This commit is contained in:
parent
b139a94587
commit
002a2a8d39
@ -2795,18 +2795,7 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
CPANMeta = buildPerlPackage rec {
|
||||
name = "CPAN-Meta-2.150010";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
|
||||
sha256 = "1mm3dfw3ffyzb2ikpqn9l6zyqrxijb4vyywmbx2l21ryqwp0zy74";
|
||||
};
|
||||
meta = {
|
||||
homepage = https://github.com/Perl-Toolchain-Gang/CPAN-Meta;
|
||||
description = "The distribution metadata for a CPAN dist";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
CPANMeta = null; # part of Perl 5.26
|
||||
|
||||
CPANMetaCheck = buildPerlPackage rec {
|
||||
name = "CPAN-Meta-Check-0.014";
|
||||
|
Loading…
Reference in New Issue
Block a user