Merge pull request #61170 from matthewbauer/dont-check-libwww

perl-libwww: don’t check on darwin
This commit is contained in:
Matthew Bauer 2019-05-09 00:34:48 -04:00 committed by GitHub
commit 475b4d1d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];