summary refs log tree commit diff
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
parent0e19daa510e47a40e06257e205965f3b96ce0ac9 (diff)
downloadnixpkgs-b7bad825f74733ccc393707364f491be6f5b09fa.tar
nixpkgs-b7bad825f74733ccc393707364f491be6f5b09fa.tar.gz
nixpkgs-b7bad825f74733ccc393707364f491be6f5b09fa.tar.bz2
nixpkgs-b7bad825f74733ccc393707364f491be6f5b09fa.tar.lz
nixpkgs-b7bad825f74733ccc393707364f491be6f5b09fa.tar.xz
nixpkgs-b7bad825f74733ccc393707364f491be6f5b09fa.tar.zst
nixpkgs-b7bad825f74733ccc393707364f491be6f5b09fa.zip
elfutils: enable debuginfod support
most reverse dependencies are debuggers which benefit from this support,
plus systemd which already depends on half the additional
depenendencies.
-rw-r--r--pkgs/development/tools/misc/elfutils/default.nix2
-rw-r--r--pkgs/development/tools/misc/gdb/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/elfutils/default.nix b/pkgs/development/tools/misc/elfutils/default.nix
index 1f4a40b4460..83a30f3e6f1 100644
--- a/pkgs/development/tools/misc/elfutils/default.nix
+++ b/pkgs/development/tools/misc/elfutils/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchurl, fetchpatch, pkg-config, musl-fts
 , musl-obstack, m4, zlib, zstd, bzip2, bison, flex, gettext, xz, setupDebugInfoDirs
 , argp-standalone
-, enableDebuginfod ? false, sqlite, curl, libmicrohttpd, libarchive
+, enableDebuginfod ? true, sqlite, curl, libmicrohttpd, libarchive
 , gitUpdater
 }:
 
diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix
index 29bc6e601e6..9b4caa1a714 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