django-cacheops: mark broken on darwin

This commit is contained in:
Yureka
2023-07-14 13:33:03 +02:00
parent 1f8e1307f7
commit 974afd4a60
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildPythonPackage
, fetchPypi
, pythonRelaxDepsHook
@@ -68,5 +69,7 @@ buildPythonPackage rec {
changelog = "https://github.com/Suor/django-cacheops/blob/${version}/CHANGELOG";
license = licenses.bsd3;
maintainers = with maintainers; [ onny ];
# Times out for unknown reasons
broken = stdenv.isDarwin;
};
}