tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
swt: disable format hardening
Robin Gloster
10 years ago
eff4faf7
3d169b83
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
java
swt
default.nix
+2
pkgs/development/libraries/java/swt/default.nix
···
28
28
29
29
builder = ./builder.sh;
30
30
31
31
+
hardening_format = false;
32
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.