···221 # To prevent these failures, we need to override PostgreSQL detection.
222 PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq";
223224- # -no-eglfs, -no-directfb, -no-linuxfb and -no-kms because of the current minimalist mesa
225 # TODO Remove obsolete and useless flags once the build will be totally mastered
226 configureFlags =
227 [
···327 "-I" "${libXrender.out}/include"
328329 "-libinput"
330-331- "-no-eglfs"
332- "-no-gbm"
333- "-no-kms"
334- "-no-linuxfb"
335336 ''-${lib.optionalString (cups == null) "no-"}cups''
337 "-dbus-linked"
···221 # To prevent these failures, we need to override PostgreSQL detection.
222 PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq";
2230224 # TODO Remove obsolete and useless flags once the build will be totally mastered
225 configureFlags =
226 [
···326 "-I" "${libXrender.out}/include"
327328 "-libinput"
00000329330 ''-${lib.optionalString (cups == null) "no-"}cups''
331 "-dbus-linked"