barcode: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 22:38:40 +00:00
parent 63d4e59add
commit e339a9a20e

View file

@ -9,13 +9,14 @@ stdenv.mkDerivation rec {
sha256 = "1indapql5fjz0bysyc88cmc54y8phqrbi7c76p71fgjp45jcyzp8";
};
hardening_format = false;
meta = with stdenv.lib; {
description = "GNU barcode generator";
maintainers = with maintainers; [ raskin ];
platforms = with platforms; allBut darwin;
downloadPage = "http://ftp.gnu.org/gnu/barcode/";
updateWalker = true;
inherit version;
homepage = http://ftp.gnu.org/gnu/barcode/;
};
}