summary refs log tree commit diff
path: root/pkgs/development/tools/omniorb
diff options
context:
space:
mode:
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 0fe4b191e50..192e0585217 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/";