zbar: disable fortify hardening
This commit is contained in:
parent
4bf29b83f8
commit
4447e42f02
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--disable-video" ];
|
configureFlags = [ "--disable-video" ];
|
||||||
|
|
||||||
|
hardening_fortify = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Bar code reader";
|
description = "Bar code reader";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user