about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gdb
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2023-04-09 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2023-04-09 12:00:00 +0000
commitb7bad825f74733ccc393707364f491be6f5b09fa (patch)
treeac87f90f7b23aac87fdc7cf2617dc307b34c9276 /pkgs/development/tools/misc/gdb
parent0e19daa510e47a40e06257e205965f3b96ce0ac9 (diff)
elfutils: enable debuginfod support
most reverse dependencies are debuggers which benefit from this support,
plus systemd which already depends on half the additional
depenendencies.
Diffstat (limited to 'pkgs/development/tools/misc/gdb')
-rw-r--r--pkgs/development/tools/misc/gdb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix
index 29bc6e601e656..9b4caa1a7149c 100644
--- a/pkgs/development/tools/misc/gdb/default.nix
+++ b/pkgs/development/tools/misc/gdb/default.nix
@@ -7,7 +7,7 @@
 , ncurses, readline, gmp, mpfr, expat, libipt, zlib, zstd, dejagnu, sourceHighlight
 
 , pythonSupport ? stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.hostPlatform.isCygwin, python3 ? null
-, enableDebuginfod ? false, elfutils
+, enableDebuginfod ? true, elfutils
 , guile ? null
 , safePaths ? [
    # $debugdir:$datadir/auto-load are whitelisted by default by GDB