Merge pull request #293519 from landam/grass_default_conf_options
grass: remove default configure options
This commit is contained in:
commit
4ee359e27a
@ -93,7 +93,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-blas"
|
"--with-blas"
|
||||||
"--with-fftw"
|
|
||||||
"--with-geos"
|
"--with-geos"
|
||||||
# It complains about missing libmysqld but doesn't really seem to need it
|
# It complains about missing libmysqld but doesn't really seem to need it
|
||||||
"--with-mysql"
|
"--with-mysql"
|
||||||
@ -107,10 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
"--with-proj-share=${proj}/share/proj"
|
"--with-proj-share=${proj}/share/proj"
|
||||||
"--with-pthread"
|
"--with-pthread"
|
||||||
"--with-readline"
|
"--with-readline"
|
||||||
"--with-zstd"
|
|
||||||
"--without-opengl"
|
"--without-opengl"
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
|
||||||
"--with-pdal"
|
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
"--without-cairo"
|
"--without-cairo"
|
||||||
"--without-freetype"
|
"--without-freetype"
|
||||||
|
Loading…
Reference in New Issue
Block a user