omniorb: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 13:26:34 +00:00
parent 668176fe81
commit 88d3b081ba

View file

@ -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/";