Mono: Don't strip binaries.

svn path=/nixpkgs/trunk/; revision=20708
This commit is contained in:
Ludovic Courtès 2010-03-17 13:56:40 +00:00
parent 2dfbcfcc7c
commit 9e16b812e0

View file

@ -12,6 +12,10 @@ stdenv.mkDerivation {
NIX_LDFLAGS = "-lgcc_s" ;
# Attempt to fix this error when running "mcs --version":
# The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image
dontStrip = true;
preBuild = "
makeFlagsArray=(INSTALL=`type -tp install`)
patchShebangs ./