Merge pull request #80471 from stigtsp/package/perl-cpan-yaml-loadblessed-patch-zhf
perlPackages.CPAN: apply patch to fix changed YAML module default
This commit is contained in:
commit
c5ce00d548
@ -3279,6 +3279,13 @@ let
|
|||||||
url = mirror://cpan/authors/id/A/AN/ANDK/CPAN-2.27.tar.gz;
|
url = mirror://cpan/authors/id/A/AN/ANDK/CPAN-2.27.tar.gz;
|
||||||
sha256 = "b4b1471a2881e2d616f59e723879b4110ae485b79d5962f115119c28cf69e07f";
|
sha256 = "b4b1471a2881e2d616f59e723879b4110ae485b79d5962f115119c28cf69e07f";
|
||||||
};
|
};
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/andk/cpanpm/pull/133.diff";
|
||||||
|
name = "patch-YAML-modules-default-for-LoadBlessed-was-changed-to-false";
|
||||||
|
sha256 = "0i8648cwshzzd0b34gyfn68s1vs85d8336ggk2kl99awah1ydsfr";
|
||||||
|
})
|
||||||
|
];
|
||||||
propagatedBuildInputs = [ ArchiveZip CPANChecksums CPANPerlReleases Expect FileHomeDir LWP LogLog4perl ModuleBuild TermReadKey YAML YAMLLibYAML YAMLSyck ];
|
propagatedBuildInputs = [ ArchiveZip CPANChecksums CPANPerlReleases Expect FileHomeDir LWP LogLog4perl ModuleBuild TermReadKey YAML YAMLLibYAML YAMLSyck ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Query, download and build perl modules from CPAN sites";
|
description = "Query, download and build perl modules from CPAN sites";
|
||||||
|
Loading…
Reference in New Issue
Block a user