pythonPackages.Nikola: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-02-17 23:11:21 +01:00
parent 090a5827dc
commit c747c547c3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, isPy3k
, fetchPypi
@ -72,5 +73,7 @@ buildPythonPackage rec {
description = "A modular, fast, simple, static website and blog generator";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jluttine ];
# all tests fail
broken = stdenv.isDarwin;
};
}