inferno: turn off fortify hardening

This commit is contained in:
Robin Gloster 2016-02-22 01:43:25 +00:00
parent eb93a9ca0a
commit abac1eb918

View File

@ -54,6 +54,8 @@ stdenv.mkDerivation rec {
--set INFERNO_ROOT "$out/share/inferno"
'';
hardening_fortify = false;
meta = {
description = "A compact distributed operating system for building cross-platform distributed systems";
homepage = "http://inferno-os.org/";