3
0
Fork 0
forked from mirrors/nixpkgs

xfig: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-20 22:00:56 +00:00
parent 00c53f31c2
commit 55b83dc0a0

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ imake makeWrapper ];
hardening_format = false;
NIX_CFLAGS_COMPILE = "-I${libXpm}/include/X11";
patches =