···221221 # To prevent these failures, we need to override PostgreSQL detection.
222222 PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq";
223223224224- # -no-eglfs, -no-directfb, -no-linuxfb and -no-kms because of the current minimalist mesa
225224 # TODO Remove obsolete and useless flags once the build will be totally mastered
226225 configureFlags =
227226 [
···327326 "-I" "${libXrender.out}/include"
328327329328 "-libinput"
330330-331331- "-no-eglfs"
332332- "-no-gbm"
333333- "-no-kms"
334334- "-no-linuxfb"
335329336330 ''-${lib.optionalString (cups == null) "no-"}cups''
337331 "-dbus-linked"