From de1ff3a0079472eae27799ea5d3feb6e20ff4a77 Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Tue, 5 Mar 2024 15:45:03 +0100 Subject: [PATCH] grass: remove default configure options --- pkgs/applications/gis/grass/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix index 7dbe74703766..c100c9dd1441 100644 --- a/pkgs/applications/gis/grass/default.nix +++ b/pkgs/applications/gis/grass/default.nix @@ -93,7 +93,6 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--with-blas" - "--with-fftw" "--with-geos" # It complains about missing libmysqld but doesn't really seem to need it "--with-mysql" @@ -107,10 +106,7 @@ stdenv.mkDerivation (finalAttrs: { "--with-proj-share=${proj}/share/proj" "--with-pthread" "--with-readline" - "--with-zstd" "--without-opengl" - ] ++ lib.optionals stdenv.isLinux [ - "--with-pdal" ] ++ lib.optionals stdenv.isDarwin [ "--without-cairo" "--without-freetype"