···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";
···2828 description = "Determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data";
2929 homepage = "http://www.mavetju.org/unix/general.php";
3030 license = licenses.bsd2;
3131- maintainers = with maintainers; [ andir ];
3131+ maintainers = with maintainers; [ ];
3232 platforms = platforms.all;
3333 };
3434}
···259259 euca2tools = throw "euca2ools has been removed because it is unmaintained upstream and still uses python2."; # added 2022-01-01
260260 evolution_data_server = evolution-data-server; # added 2018-02-25
261261 etcdctl = etcd; # added 2018-04-25
262262+ evilvte = throw "evilvte has been removed from nixpkgs for being unmaintained with security issues and dependant on an old version of vte which was removed."; # added 2022-01-14
262263 exfat-utils = exfat; # 2015-09-11
263264 facette = throw "facette has been removed."; # added 2020-01-06
264265 fast-neural-doodle = throw "fast-neural-doodle has been removed, as the upstream project has been abandoned"; # added 2020-03-28
···506507 libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # added 2020-04-09
507508 libwnck3 = libwnck;
508509 lilypond-unstable = lilypond; # added 2021-03-11
510510+ lilyterm = throw "lilyterm has been removed from nixpkgs, because it was relying on a vte version that depended on python2."; # added 2022-01-14
511511+ lilyterm-git = throw "lilyterm-git has been removed from nixpkgs, because it was relying on a vte version that depended on python2."; # added 2022-01-14
509512 links = links2; # added 2016-01-31
510513 linuxband = throw "linuxband has been removed from nixpkgs, as it's abandoned upstream."; # added 2021-12-09
511514 linux_rpi0 = linuxKernel.kernels.linux_rpi1;