diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-01-22 00:14:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 00:14:05 +0000 |
| commit | 4b19a2dca31b89fdc333cf4db8244c3dd496a172 (patch) | |
| tree | ea4a87793ff4306f2e78078b639ac0fa51fc7fff /pkgs/development/python-modules/python-mapnik | |
| parent | 4684c03fe1819101e279127e8f1d14be9cdafec7 (diff) | |
| parent | a9d9ac9827026bfac442b1021c73421e8be9bf8a (diff) | |
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
| -rw-r--r-- | pkgs/development/python-modules/python-mapnik/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index 3e7b70463245..4716177f51ce 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -90,7 +90,7 @@ buildPythonPackage rec { export XMLPARSER=libxml2 ''; - checkInputs = [ + nativeCheckInputs = [ nose pytestCheckHook ]; |
