···31 "--with-libxslt=${libxslt.dev}"
32 ];
3334+ # starting with C++11 narrowing became an error
35+ # and not just a warning. With the current c++ compiler
36+ # pgadmin3 will fail with several "narrowing" errors.
37+ # see https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wno-narrowing
38+ makeFlags = "CXXFLAGS=-Wno-narrowing" ;
39+40 meta = with lib; {
41 description = "PostgreSQL administration GUI tool";
42 homepage = "https://www.pgadmin.org";