openmodelica: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-27 21:54:17 +00:00
parent 191896e63a
commit 9f80e55428
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

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