treewide: disable checks on darwin

Not working in these cases:

- dconf
- paho-mqtt
- perl-gtk2
- perl-TAPParserSourceHandlerpgTAP
This commit is contained in:
Matthew Bauer
2019-04-22 21:18:28 -04:00
parent c72c6a48ca
commit 3bab20c88d
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy3k
, pytestrunner, pytest, mock }:
, stdenv, pytestrunner, pytest, mock }:
buildPythonPackage rec {
pname = "paho-mqtt";
@@ -20,6 +20,8 @@ buildPythonPackage rec {
checkInputs = [ pytestrunner pytest ] ++ lib.optional (!isPy3k) mock;
doCheck = !stdenv.isDarwin;
meta = with lib; {
homepage = https://eclipse.org/paho;
description = "MQTT version 3.1.1 client class";