summary refs log tree commit diff
path: root/pkgs/applications/gis/grass/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-07-03 13:37:24 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-07-03 13:45:57 +0200
commit1ec565191387e1ed6dc5c7a355cdf58a2b56336a (patch)
treeeb839798fb977bc4792b6810307fee833fcf4acd /pkgs/applications/gis/grass/default.nix
parentd364e06e4ba7fe1557d2a672af9d52d992838f23 (diff)
downloadnixpkgs-1ec565191387e1ed6dc5c7a355cdf58a2b56336a.tar
nixpkgs-1ec565191387e1ed6dc5c7a355cdf58a2b56336a.tar.gz
nixpkgs-1ec565191387e1ed6dc5c7a355cdf58a2b56336a.tar.bz2
nixpkgs-1ec565191387e1ed6dc5c7a355cdf58a2b56336a.tar.lz
nixpkgs-1ec565191387e1ed6dc5c7a355cdf58a2b56336a.tar.xz
nixpkgs-1ec565191387e1ed6dc5c7a355cdf58a2b56336a.tar.zst
nixpkgs-1ec565191387e1ed6dc5c7a355cdf58a2b56336a.zip
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
Diffstat (limited to 'pkgs/applications/gis/grass/default.nix')
-rw-r--r--pkgs/applications/gis/grass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index ef7458d7394..09c1fddbda2 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ flex bison zlib proj gdal libtiff libpng fftw sqlite cairo proj
   readline ffmpeg_3 makeWrapper wxGTK30 netcdf geos postgresql libmysqlclient blas
   libLAS proj-datumgrid ]
-    ++ (with python2Packages; [ python dateutil wxPython30 numpy ]);
+    ++ (with python2Packages; [ python python-dateutil wxPython30 numpy ]);
 
   # On Darwin the installer tries to symlink the help files into a system
   # directory