···89 """
90 Sends a message as Alice to Bob
91 """
92- bob.execute("nc -lu ::0 1234 >/tmp/msg >&2 &")
93 alice.sleep(1)
94 alice.succeed(f"echo '{msg}' | nc -uw 0 bob 1234")
95 bob.succeed(f"grep '{msg}' /tmp/msg")
···100 Starts eavesdropping on Alice and Bob
101 """
102 match = "src host alice and dst host bob"
103- eve.execute(f"tcpdump -i br0 -c 1 -Avv {match} >/tmp/log >&2 &")
104105106 start_all()
···89 """
90 Sends a message as Alice to Bob
91 """
92+ bob.execute("nc -lu ::0 1234 >/tmp/msg &")
93 alice.sleep(1)
94 alice.succeed(f"echo '{msg}' | nc -uw 0 bob 1234")
95 bob.succeed(f"grep '{msg}' /tmp/msg")
···100 Starts eavesdropping on Alice and Bob
101 """
102 match = "src host alice and dst host bob"
103+ eve.execute(f"tcpdump -i br0 -c 1 -Avv {match} >/tmp/log &")
104105106 start_all()
···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";
···28 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";
29 homepage = "http://www.mavetju.org/unix/general.php";
30 license = licenses.bsd2;
31- maintainers = with maintainers; [ andir ];
32 platforms = platforms.all;
33 };
34}
···28 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";
29 homepage = "http://www.mavetju.org/unix/general.php";
30 license = licenses.bsd2;
31+ maintainers = with maintainers; [ ];
32 platforms = platforms.all;
33 };
34}
···259 euca2tools = throw "euca2ools has been removed because it is unmaintained upstream and still uses python2."; # added 2022-01-01
260 evolution_data_server = evolution-data-server; # added 2018-02-25
261 etcdctl = etcd; # added 2018-04-25
0262 exfat-utils = exfat; # 2015-09-11
263 facette = throw "facette has been removed."; # added 2020-01-06
264 fast-neural-doodle = throw "fast-neural-doodle has been removed, as the upstream project has been abandoned"; # added 2020-03-28
···506 libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # added 2020-04-09
507 libwnck3 = libwnck;
508 lilypond-unstable = lilypond; # added 2021-03-11
00509 links = links2; # added 2016-01-31
510 linuxband = throw "linuxband has been removed from nixpkgs, as it's abandoned upstream."; # added 2021-12-09
511 linux_rpi0 = linuxKernel.kernels.linux_rpi1;
···259 euca2tools = throw "euca2ools has been removed because it is unmaintained upstream and still uses python2."; # added 2022-01-01
260 evolution_data_server = evolution-data-server; # added 2018-02-25
261 etcdctl = etcd; # added 2018-04-25
262+ 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
263 exfat-utils = exfat; # 2015-09-11
264 facette = throw "facette has been removed."; # added 2020-01-06
265 fast-neural-doodle = throw "fast-neural-doodle has been removed, as the upstream project has been abandoned"; # added 2020-03-28
···507 libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # added 2020-04-09
508 libwnck3 = libwnck;
509 lilypond-unstable = lilypond; # added 2021-03-11
510+ lilyterm = throw "lilyterm has been removed from nixpkgs, because it was relying on a vte version that depended on python2."; # added 2022-01-14
511+ 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
512 links = links2; # added 2016-01-31
513 linuxband = throw "linuxband has been removed from nixpkgs, as it's abandoned upstream."; # added 2021-12-09
514 linux_rpi0 = linuxKernel.kernels.linux_rpi1;