···3131 "--with-libxslt=${libxslt.dev}"
3232 ];
33333434+ # starting with C++11 narrowing became an error
3535+ # and not just a warning. With the current c++ compiler
3636+ # pgadmin3 will fail with several "narrowing" errors.
3737+ # see https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wno-narrowing
3838+ makeFlags = "CXXFLAGS=-Wno-narrowing" ;
3939+3440 meta = with lib; {
3541 description = "PostgreSQL administration GUI tool";
3642 homepage = "https://www.pgadmin.org";