python.pkgs.datashape: mark as broken
This commit is contained in:
parent
d2c3fd5af0
commit
a8b6bf3262
@ -42,5 +42,7 @@ in buildPythonPackage rec {
|
|||||||
description = "A data description language";
|
description = "A data description language";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
|
# Package is no longer maintained upstream, and more and more tests are failing.
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user