···5051 mesonFlags = [
52 "-Dhttpd=${apacheHttpd.out}/bin/httpd"
53- "-Dmodules_path=${apacheHttpd.dev}/modules"
54 "-Dsystemduserunitdir=${placeholder "out"}/etc/systemd/user"
55 # In 3.34.0 it defaults to false but it is silently ignored and always installed.
56 # Let’s add it anyway in case they decide to make build respect the option in the future.
···5051 mesonFlags = [
52 "-Dhttpd=${apacheHttpd.out}/bin/httpd"
53+ "-Dmodules_path=${apacheHttpd}/modules"
54 "-Dsystemduserunitdir=${placeholder "out"}/etc/systemd/user"
55 # In 3.34.0 it defaults to false but it is silently ignored and always installed.
56 # Let’s add it anyway in case they decide to make build respect the option in the future.
···233 mesonFlags = [
234 "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
235 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
0236237 "-Davtp=disabled"
238 "-Ddts=disabled" # required `libdca` library not packaged in nixpkgs as of writing, and marked as "BIG FAT WARNING: libdca is still in early development"
···233 mesonFlags = [
234 "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
235 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
236+ "-Dglib-asserts=disabled" # asserts should be disabled on stable releases
237238 "-Davtp=disabled"
239 "-Ddts=disabled" # required `libdca` library not packaged in nixpkgs as of writing, and marked as "BIG FAT WARNING: libdca is still in early development"
···120 mesonFlags = [
121 "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
122 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
0123 ] ++ lib.optionals (!qt5Support) [
124 "-Dqt5=disabled"
125 ] ++ lib.optionals (!gtkSupport) [
···120 mesonFlags = [
121 "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
122 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
123+ "-Dglib-asserts=disabled" # asserts should be disabled on stable releases
124 ] ++ lib.optionals (!qt5Support) [
125 "-Dqt5=disabled"
126 ] ++ lib.optionals (!gtkSupport) [