openmodelica: disable format hardening
This commit is contained in:
parent
191896e63a
commit
9f80e55428
@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
||||
doxygen boost openscenegraph gnome.gtkglext pangox_compat xorg.libXmu
|
||||
git gtk makeWrapper];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
patchPhase = ''
|
||||
cp -fv ${fakegit}/bin/checkout-git.sh libraries/checkout-git.sh
|
||||
cp -fv ${fakegit}/bin/checkout-svn.sh libraries/checkout-svn.sh
|
||||
|
Loading…
Reference in New Issue
Block a user