summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-10-14 00:03:12 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-10-14 00:03:12 +0200
commit6eeea6effda7636f003603d96b0a7b98d40ed50d (patch)
tree6d04cf57390729af85709b2516679ff900791b22 /pkgs/applications/gis
parentefb6052f40f140aded8553aae93caa2ff35d8a7c (diff)
downloadnixpkgs-6eeea6effda7636f003603d96b0a7b98d40ed50d.tar
nixpkgs-6eeea6effda7636f003603d96b0a7b98d40ed50d.tar.gz
nixpkgs-6eeea6effda7636f003603d96b0a7b98d40ed50d.tar.bz2
nixpkgs-6eeea6effda7636f003603d96b0a7b98d40ed50d.tar.lz
nixpkgs-6eeea6effda7636f003603d96b0a7b98d40ed50d.tar.xz
nixpkgs-6eeea6effda7636f003603d96b0a7b98d40ed50d.tar.zst
nixpkgs-6eeea6effda7636f003603d96b0a7b98d40ed50d.zip
Python: more evaluation fixups.
Diffstat (limited to 'pkgs/applications/gis')
-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 5773718b0a4..fb6c76be079 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
 
   buildInputs = [ flex bison zlib proj gdal libtiff libpng fftw sqlite pkgconfig cairo
   readline ffmpeg makeWrapper wxGTK30 netcdf geos postgresql mysql.client blas ]
-    ++ (with pythonPackages; [ python dateutil wxPython30 numpy sqlite3 ]);
+    ++ (with pythonPackages; [ python dateutil wxPython30 numpy ]);
 
   configureFlags = [
     "--with-proj-share=${proj}/share/proj"