1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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;