···88 sha256 = "12vidchglhyc20znq5wdsbhi9mqg90jnl7qr9qs8hbvaz4fkdvmg";
99 };
10101111+ # Workaround build failure on -fno-common toolchains like upstream
1212+ # gcc-10. Otherwise build fails as:
1313+ # ld: main.o:/build/tftp-hpa-5.2/tftp/main.c:98: multiple definition of
1414+ # `toplevel'; tftp.o:/build/tftp-hpa-5.2/tftp/tftp.c:51: first defined here
1515+ NIX_CFLAGS_COMPILE="-fcommon";
1616+1117 meta = with lib; {
1218 description = "TFTP tools - a lot of fixes on top of BSD TFTP";
1319 maintainers = with maintainers; [ raskin ];