opencascade: turn off format hardening
This commit is contained in:
parent
7ebac5576a
commit
147d861d92
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=83631
|
||||
NIX_CFLAGS_COMPILE = "-DGLX_GLXEXT_LEGACY";
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
postInstall = ''
|
||||
mv $out/inc $out/include
|
||||
mkdir -p $out/share/doc/${name}
|
||||
|
Loading…
Reference in New Issue
Block a user