Merge pull request #61170 from matthewbauer/dont-check-libwww
perl-libwww: don’t check on darwin
This commit is contained in:
commit
475b4d1d42
1 changed files with 1 additions and 0 deletions
|
@ -9015,6 +9015,7 @@ let
|
||||||
postPatch = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
postPatch = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
||||||
substituteInPlace Makefile.PL --replace 'if has_module' 'if 0; #'
|
substituteInPlace Makefile.PL --replace 'if has_module' 'if 0; #'
|
||||||
'';
|
'';
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The World-Wide Web library for Perl";
|
description = "The World-Wide Web library for Perl";
|
||||||
license = with licenses; [ artistic1 gpl1Plus ];
|
license = with licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue