python3Packages.datashader: fix build (#497939)
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user