grass: remove default configure options

This commit is contained in:
Martin Landa 2024-03-05 15:45:03 +01:00
parent b8697e57f1
commit de1ff3a007

View File

@ -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"