We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bec0ba commit f704beeCopy full SHA for f704bee
1 file changed
pkgs/development/python-modules/rasterio/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
17
};
18
19
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ];
20
- buildInputs = [ cython ];
+ nativeBuildInputs = [ cython gdal ];
21
propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs ];
22
23
meta = with lib; {
0 commit comments