3
0
Fork 0
forked from mirrors/nixpkgs

xarchive: disable format hardening

This commit is contained in:
Robin Gloster 2016-02-24 16:01:51 +00:00
parent 21b1e9e3da
commit 8cbb8331a7

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk2 pkgconfig ];
hardening_format = false;
meta = {
description = "A GTK+ front-end for command line archiving tools";
maintainers = [ stdenv.lib.maintainers.iElectric ];