wine: re-enable stripping

authored by

Lucas Ransan and committed by
Frederik Rietdijk
6274a5bb 2cb2a534

-8
-8
pkgs/misc/emulators/wine/base.nix
··· 91 # elements specified above. 92 dontPatchELF = true; 93 94 - # Disable stripping to avoid breaking placeholder DLLs/EXEs. 95 - # Symptoms of broken placeholders are: when the wineprefix is created 96 - # drive_c/windows/system32 will only contain a few files instead of 97 - # hundreds, there will be an error about winemenubuilder and MountMgr 98 - # on startup of Wine, and the Drives tab in winecfg will show an error. 99 - # TODO: binutils 2.34 contains a fix for this bug, re-enable stripping once available. 100 - dontStrip = true; 101 - 102 ## FIXME 103 # Add capability to ignore known failing tests 104 # and enable doCheck
··· 91 # elements specified above. 92 dontPatchELF = true; 93 94 ## FIXME 95 # Add capability to ignore known failing tests 96 # and enable doCheck