lol
0
fork

Configure Feed

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

python3Packages.basemap: fix build

+1 -3
+1 -3
pkgs/development/python-modules/basemap/default.nix
··· 26 26 hash = "sha256-1T1FTcR99KbpqiYzrd2r5h1wTcygBEU7BLZXZ8uMthU="; 27 27 }; 28 28 29 - sourceRoot = "${src.name}/packages/basemap"; 30 - 31 29 nativeBuildInputs = [ 32 30 cython 33 31 geos ··· 65 63 longDescription = '' 66 64 An add-on toolkit for matplotlib that lets you plot data on map projections with 67 65 coastlines, lakes, rivers and political boundaries. See 68 - http://matplotlib.github.com/basemap/users/examples.html for examples of what it can do. 66 + https://matplotlib.org/basemap/stable/users/examples.html for examples of what it can do. 69 67 ''; 70 68 teams = [ teams.geospatial ]; 71 69 license = with licenses; [