xml2rfc: don’t run tests on darwin
https://hydra.nixos.org/build/92523991
This commit is contained in:
parent
9eb4623ae3
commit
698ff7855d
@ -1,5 +1,6 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage, intervaltree, pyflakes, requests, lxml, google-i18n-address
|
{ lib, fetchPypi, buildPythonPackage, intervaltree, pyflakes, requests, lxml, google-i18n-address
|
||||||
, pycountry, html5lib, six
|
, pycountry, html5lib, six
|
||||||
|
, stdenv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -26,6 +27,8 @@ buildPythonPackage rec {
|
|||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool generating IETF RFCs and drafts from XML sources";
|
description = "Tool generating IETF RFCs and drafts from XML sources";
|
||||||
homepage = https://tools.ietf.org/tools/xml2rfc/trac/;
|
homepage = https://tools.ietf.org/tools/xml2rfc/trac/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user