Commit 974afd4a authored by Yureka's avatar Yureka
Browse files

django-cacheops: mark broken on darwin

parent 1f8e1307
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ 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;
  };
}