omniorb: turn off format hardening

wip/yesman
Robin Gloster 8 years ago
parent 668176fe81
commit 88d3b081ba
  1. 2
      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/";

Loading…
Cancel
Save