perl-libwww: don’t check on darwin

https://hydra.nixos.org/build/93312762
This commit is contained in:
Matthew Bauer 2019-05-08 21:57:44 -04:00
parent 7c7ccd51f4
commit 92079443de

View File

@ -9015,6 +9015,7 @@ let
postPatch = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
substituteInPlace Makefile.PL --replace 'if has_module' 'if 0; #'
'';
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {
description = "The World-Wide Web library for Perl";
license = with licenses; [ artistic1 gpl1Plus ];