mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell.lib: strip trailing whitespace
This commit is contained in:
parent
a8b69958cf
commit
2439a83072
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ rec {
|
|||
doStrip = drv: overrideCabal drv (drv: { dontStrip = false; });
|
||||
dontStrip = drv: overrideCabal drv (drv: { dontStrip = true; });
|
||||
|
||||
# Useful for debugging segfaults with gdb.
|
||||
# Useful for debugging segfaults with gdb.
|
||||
# -g: enables debugging symbols
|
||||
# --disable-*-stripping: tell GHC not to strip resulting binaries
|
||||
# dontStrip: see above
|
||||
|
|
Loading…
Reference in a new issue