nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python.pkgs.cartopy: fix build (#58361)

fallout of https://github.com/NixOS/nixpkgs/pull/54182

(cherry picked from commit 29cec94d943d3455fdf87f1f570acc4e0546c1da)

authored by

Robert Schütz and committed by
Robert Schütz
409b46d8 46f7d784

+10 -3
+10 -3
pkgs/development/python-modules/cartopy/default.nix
··· 25 25 -k "not test_nightshade_image" 26 26 ''; 27 27 28 - buildInputs = [ cython glibcLocales ]; 29 - LC_ALL = "en_US.UTF-8"; 28 + nativeBuildInputs = [ 29 + cython 30 + geos # for geos-config 31 + proj 32 + ]; 33 + 34 + buildInputs = [ 35 + geos proj 36 + ]; 30 37 31 38 propagatedBuildInputs = [ 32 39 # required 33 - six pyshp shapely geos proj numpy 40 + six pyshp shapely numpy 34 41 35 42 # optional 36 43 gdal pillow matplotlib pyepsg pykdtree scipy fiona owslib