swt: disable format hardening

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