summary refs log tree commit diff
path: root/pkgs/development/tools/omniorb
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-12 13:26:34 +0000
committerRobin Gloster <mail@glob.in>2016-02-12 13:26:34 +0000
commit88d3b081bae0f6208fa7679561959e3ecf800f36 (patch)
treed044cf3945bf89ffb4b41f587d269d2cd4947390 /pkgs/development/tools/omniorb
parent668176fe815570bee7e0cba9a791e88e61eed024 (diff)
downloadnixlib-88d3b081bae0f6208fa7679561959e3ecf800f36.tar
nixlib-88d3b081bae0f6208fa7679561959e3ecf800f36.tar.gz
nixlib-88d3b081bae0f6208fa7679561959e3ecf800f36.tar.bz2
nixlib-88d3b081bae0f6208fa7679561959e3ecf800f36.tar.lz
nixlib-88d3b081bae0f6208fa7679561959e3ecf800f36.tar.xz
nixlib-88d3b081bae0f6208fa7679561959e3ecf800f36.tar.zst
nixlib-88d3b081bae0f6208fa7679561959e3ecf800f36.zip
omniorb: turn off format hardening
Diffstat (limited to 'pkgs/development/tools/omniorb')
-rw-r--r--pkgs/development/tools/omniorb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/omniorb/default.nix b/pkgs/development/tools/omniorb/default.nix
index 180e714b81e0..5553d028cb63 100644
--- a/pkgs/development/tools/omniorb/default.nix
+++ b/pkgs/development/tools/omniorb/default.nix
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ python ];
 
+  hardening_format = false;
+
   meta = with stdenv.lib; {
     description = "omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant.";
     homepage    = "http://omniorb.sourceforge.net/";