Skip to content

Commit f704bee

Browse files
author
Robert Schütz
committed
python.pkgs.rasterio: fix build
fallout of #54182
1 parent 1bec0ba commit f704bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/python-modules/rasterio/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
};
1818

1919
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ];
20-
buildInputs = [ cython ];
20+
nativeBuildInputs = [ cython gdal ];
2121
propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs ];
2222

2323
meta = with lib; {

0 commit comments

Comments
 (0)