mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perl5Packages.ModuleCPANTSAnalyse: skip failing test
(cherry picked from commit 0eaf2dd6bd)
This commit is contained in:
parent
303a007ec7
commit
d247ce0b6d
1 changed files with 6 additions and 0 deletions
|
|
@ -22082,6 +22082,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