file-rename: don’t run tests on darwin
https://hydra.nixos.org/build/92527786
This commit is contained in:
parent
db032fe1dc
commit
9eb4623ae3
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ perlPackages.buildPerlPackage rec {
|
|||
--prefix PERL5LIB : $out/${perlPackages.perl.libPrefix}
|
||||
'';
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Perl extension for renaming multiple files";
|
||||
license = licenses.artistic1;
|
||||
|
|
Loading…
Reference in a new issue