Loading pkgs/development/python-modules/datashader/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,10 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ]; disabledTestPaths = [ "scripts/download_data.py" ]; pythonImportsCheck = [ "datashader" ]; meta = { Loading @@ -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 ]; }; } Loading
pkgs/development/python-modules/datashader/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,10 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ]; disabledTestPaths = [ "scripts/download_data.py" ]; pythonImportsCheck = [ "datashader" ]; meta = { Loading @@ -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 ]; }; }