Skip to content

Commit

Permalink
perlPackages.MouseXGetOpt: remove failing tests to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Aug 4, 2024
1 parent 799e770 commit a38b264
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17457,11 +17457,12 @@ with self; {
url = "mirror://cpan/authors/id/G/GF/GFUJI/MouseX-Getopt-0.38.tar.gz";
hash = "sha256-3j6o70Ut2VAeqMTtqHRLciRgJgKwRpJgft19YrefA48=";
};
patches = [
../development/perl-modules/MouseX-Getopt-gld-tests.patch
];
buildInputs = [ ModuleBuildTiny MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ];
propagatedBuildInputs = [ GetoptLongDescriptive Mouse ];
preCheck = ''
# Remove tests that fail due to updated Getopt::Long::Descriptive
rm -f t/109_help_flag.t t/107_no_auto_help.t t/104_override_usage.t t/110_sort_usage_by_attr_order.t
'';
meta = {
description = "Mouse role for processing command line options";
homepage = "https://github.com/gfx/mousex-getopt";
Expand Down

0 comments on commit a38b264

Please sign in to comment.