ns-3: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-30 02:37:16 +00:00
parent 8edccd928e
commit 0159beb89c

View File

@ -89,6 +89,8 @@ stdenv.mkDerivation rec {
${pythonEnv.interpreter} ./test.py
'';
hardeningDisable = [ "fortify" ];
meta = {
homepage = http://www.nsnam.org;
license = stdenv.lib.licenses.gpl3;