Merge pull request #293519 from landam/grass_default_conf_options

grass: remove default configure options
This commit is contained in:
Ivan Mincik 2024-03-06 07:23:21 +00:00 committed by GitHub
commit 4ee359e27a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"