zbar: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-02-24 15:17:41 +00:00
parent 4bf29b83f8
commit 4447e42f02

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-video" ];
hardening_fortify = false;
meta = with stdenv.lib; {
description = "Bar code reader";
longDescription = ''