barcode: turn off format hardening
This commit is contained in:
parent
63d4e59add
commit
e339a9a20e
@ -9,13 +9,14 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1indapql5fjz0bysyc88cmc54y8phqrbi7c76p71fgjp45jcyzp8";
|
sha256 = "1indapql5fjz0bysyc88cmc54y8phqrbi7c76p71fgjp45jcyzp8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GNU barcode generator";
|
description = "GNU barcode generator";
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = with platforms; allBut darwin;
|
platforms = with platforms; allBut darwin;
|
||||||
downloadPage = "http://ftp.gnu.org/gnu/barcode/";
|
downloadPage = "http://ftp.gnu.org/gnu/barcode/";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
inherit version;
|
|
||||||
homepage = http://ftp.gnu.org/gnu/barcode/;
|
homepage = http://ftp.gnu.org/gnu/barcode/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user