mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perl5Packages.ModuleCPANTSAnalyse: skip failing test
This commit is contained in:
parent
7ac2687f5f
commit
0eaf2dd6bd
1 changed files with 6 additions and 0 deletions
|
|
@ -22106,6 +22106,12 @@ with self;
|
|||
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/Module-CPANTS-Analyse-1.02.tar.gz";
|
||||
hash = "sha256-nhFzm5zQi6LXWllzfx+yl/RYA/KJBjxcdZv8eP1Rbns=";
|
||||
};
|
||||
|
||||
# Fails with 'symlinks not listed in MANIFEST is not ignored for a non-local distribution'
|
||||
postPatch = ''
|
||||
rm -f t/analyse/manifest.t
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ArchiveAnyLite
|
||||
ArrayDiff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue