perl-libwww: don’t check on darwin
https://hydra.nixos.org/build/93312762
This commit is contained in:
parent
7c7ccd51f4
commit
92079443de
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user