xml2rfc: don’t run tests on darwin

https://hydra.nixos.org/build/92523991
This commit is contained in:
Matthew Bauer 2019-04-23 22:39:28 -04:00
parent 9eb4623ae3
commit 698ff7855d

View file

@ -1,5 +1,6 @@
{ lib, fetchPypi, buildPythonPackage, intervaltree, pyflakes, requests, lxml, google-i18n-address
, pycountry, html5lib, six
, stdenv
}:
buildPythonPackage rec {
@ -26,6 +27,8 @@ buildPythonPackage rec {
export HOME=$(mktemp -d)
'';
doCheck = !stdenv.isDarwin;
meta = with lib; {
description = "Tool generating IETF RFCs and drafts from XML sources";
homepage = https://tools.ietf.org/tools/xml2rfc/trac/;