python.pkgs.datashape: mark as broken

This commit is contained in:
Frederik Rietdijk 2019-02-15 12:09:22 +01:00
parent d2c3fd5af0
commit a8b6bf3262

View File

@ -42,5 +42,7 @@ in buildPythonPackage rec {
description = "A data description language";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ fridh ];
# Package is no longer maintained upstream, and more and more tests are failing.
broken = true;
};
}