about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-24 16:07:13 +0000
committerRobin Gloster <mail@glob.in>2016-02-24 16:07:13 +0000
commiteff4faf7f30e3aa7063429c8d3abf085f3624fe1 (patch)
tree303c9161afc86c3e36e075260631fc15f8142597 /pkgs/development
parent3d169b83cfd2eb378df2eae8f732e369299e99ab (diff)
downloadnixlib-eff4faf7f30e3aa7063429c8d3abf085f3624fe1.tar
nixlib-eff4faf7f30e3aa7063429c8d3abf085f3624fe1.tar.gz
nixlib-eff4faf7f30e3aa7063429c8d3abf085f3624fe1.tar.bz2
nixlib-eff4faf7f30e3aa7063429c8d3abf085f3624fe1.tar.lz
nixlib-eff4faf7f30e3aa7063429c8d3abf085f3624fe1.tar.xz
nixlib-eff4faf7f30e3aa7063429c8d3abf085f3624fe1.tar.zst
nixlib-eff4faf7f30e3aa7063429c8d3abf085f3624fe1.zip
swt: disable format hardening
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/java/swt/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/java/swt/default.nix b/pkgs/development/libraries/java/swt/default.nix
index d942dd7b692f..855b800ba9f3 100644
--- a/pkgs/development/libraries/java/swt/default.nix
+++ b/pkgs/development/libraries/java/swt/default.nix
@@ -28,6 +28,8 @@ in stdenv.mkDerivation rec {
 
   builder = ./builder.sh;
 
+  hardening_format = false;
+
   # Alas, the Eclipse Project apparently doesn't produce source-only
   # releases of SWT.  So we just grab a binary release and extract
   # "src.zip" from that.