Commit 58ba29eb authored by Augustin Trancart's avatar Augustin Trancart
Browse files

python3Packages.basemap: fix build

parent 91a77ae1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ buildPythonPackage rec {
    hash = "sha256-1T1FTcR99KbpqiYzrd2r5h1wTcygBEU7BLZXZ8uMthU=";
  };

  sourceRoot = "${src.name}/packages/basemap";

  nativeBuildInputs = [
    cython
    geos
@@ -65,7 +63,7 @@ buildPythonPackage rec {
    longDescription = ''
      An add-on toolkit for matplotlib that lets you plot data on map projections with
      coastlines, lakes, rivers and political boundaries. See
      http://matplotlib.github.com/basemap/users/examples.html for examples of what it can do.
      https://matplotlib.org/basemap/stable/users/examples.html for examples of what it can do.
    '';
    teams = [ teams.geospatial ];
    license = with licenses; [