···4 fetchurl,
5 ncurses,
6 libpcap,
7- automake,
8 nixosTests,
9}:
10···20 # Explicitly link against libgcc_s, to work around the infamous
21 # "libgcc_s.so.1 must be installed for pthread_cancel to work".
22 LDFLAGS = lib.optionalString stdenv.hostPlatform.isLinux "-lgcc_s";
23-24- preConfigure = ''
25- cp ${automake}/share/automake*/config.{sub,guess} config
26- '';
2728 buildInputs = [
29 ncurses
···4 fetchurl,
5 ncurses,
6 libpcap,
07 nixosTests,
8}:
9···19 # Explicitly link against libgcc_s, to work around the infamous
20 # "libgcc_s.so.1 must be installed for pthread_cancel to work".
21 LDFLAGS = lib.optionalString stdenv.hostPlatform.isLinux "-lgcc_s";
00002223 buildInputs = [
24 ncurses