mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
wine: re-enable stripping
This commit is contained in:
parent
2cb2a5348e
commit
6274a5bbb3
1 changed files with 0 additions and 8 deletions
|
@ -91,14 +91,6 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
|||
# elements specified above.
|
||||
dontPatchELF = true;
|
||||
|
||||
# Disable stripping to avoid breaking placeholder DLLs/EXEs.
|
||||
# Symptoms of broken placeholders are: when the wineprefix is created
|
||||
# drive_c/windows/system32 will only contain a few files instead of
|
||||
# hundreds, there will be an error about winemenubuilder and MountMgr
|
||||
# on startup of Wine, and the Drives tab in winecfg will show an error.
|
||||
# TODO: binutils 2.34 contains a fix for this bug, re-enable stripping once available.
|
||||
dontStrip = true;
|
||||
|
||||
## FIXME
|
||||
# Add capability to ignore known failing tests
|
||||
# and enable doCheck
|
||||
|
|
Loading…
Reference in a new issue