swt: disable format hardening

+2
+2
pkgs/development/libraries/java/swt/default.nix
··· 28 28 29 29 builder = ./builder.sh; 30 30 31 + hardening_format = false; 32 + 31 33 # Alas, the Eclipse Project apparently doesn't produce source-only 32 34 # releases of SWT. So we just grab a binary release and extract 33 35 # "src.zip" from that.