summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2017-09-01 16:49:50 +0200
committerDomen Kožar <domen@enlambda.com>2017-09-02 11:25:50 +0100
commit991654fa4ab7be07ce70b02bcc935491239a52c5 (patch)
treecb0cdee8026ddaab547fd12dd0b81bc0f1e4bf75 /pkgs/servers/x11
parentb7d257a5207f3b7e9cfe002e8b77853c97d5b697 (diff)
downloadnixlib-991654fa4ab7be07ce70b02bcc935491239a52c5.tar
nixlib-991654fa4ab7be07ce70b02bcc935491239a52c5.tar.gz
nixlib-991654fa4ab7be07ce70b02bcc935491239a52c5.tar.bz2
nixlib-991654fa4ab7be07ce70b02bcc935491239a52c5.tar.lz
nixlib-991654fa4ab7be07ce70b02bcc935491239a52c5.tar.xz
nixlib-991654fa4ab7be07ce70b02bcc935491239a52c5.tar.zst
nixlib-991654fa4ab7be07ce70b02bcc935491239a52c5.zip
haskell: add combinator to enable DWARF debugging
Tested using:

$ cat test-strip.nix
with (import ./. {});
with haskell.lib;

haskell.packages.ghc802.override {
  overrides = self: super: {
    microlens = enableDWARFDebugging super.microlens;
  };
}

$ nix-build -A microlens test-strip.nix
$ objdump -t <path-to-so-file>
Diffstat (limited to 'pkgs/servers/x11')
0 files changed, 0 insertions, 0 deletions