openmodelica: disable format hardening

This commit is contained in:
Robin Gloster
2016-08-27 21:54:17 +00:00
parent 191896e63a
commit 9f80e55428

View File

@@ -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