python3Packages.datashader: fix build (#497939)

This commit is contained in:
Nick Cao
2026-03-16 22:55:21 +00:00
committed by GitHub
@@ -59,6 +59,10 @@ buildPythonPackage rec {
writableTmpDirAsHomeHook
];
disabledTestPaths = [
"scripts/download_data.py"
];
pythonImportsCheck = [ "datashader" ];
meta = {
@@ -67,6 +71,9 @@ buildPythonPackage rec {
homepage = "https://datashader.org";
changelog = "https://github.com/holoviz/datashader/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nickcao ];
maintainers = with lib.maintainers; [
nickcao
locnide
];
};
}