From f704bee09b5662031d45a204a4ca81da3d9bd237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 15 Mar 2019 17:24:39 +0100 Subject: [PATCH] python.pkgs.rasterio: fix build fallout of https://github.com/NixOS/nixpkgs/pull/54182 --- pkgs/development/python-modules/rasterio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/rasterio/default.nix b/pkgs/development/python-modules/rasterio/default.nix index 9717a9cda23d..6306267ba2ac 100644 --- a/pkgs/development/python-modules/rasterio/default.nix +++ b/pkgs/development/python-modules/rasterio/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { }; checkInputs = [ boto3 pytest pytestcov packaging hypothesis ]; - buildInputs = [ cython ]; + nativeBuildInputs = [ cython gdal ]; propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs ]; meta = with lib; {