systemd: enable elfutils support for stack traces in coredump
This commit is contained in:
parent
78d93d3698
commit
9c9dffbf7a
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
, bzip2
|
||||
, pcre2
|
||||
, e2fsprogs
|
||||
, elfutils
|
||||
, linuxHeaders ? stdenv.cc.libc.linuxHeaders
|
||||
, gnu-efi
|
||||
, iptables
|
||||
|
@ -366,6 +367,7 @@ stdenv.mkDerivation {
|
|||
++ lib.optional withApparmor libapparmor
|
||||
++ lib.optional wantCurl (lib.getDev curl)
|
||||
++ lib.optionals withCompression [ bzip2 lz4 xz zstd ]
|
||||
++ lib.optional withCoredump elfutils
|
||||
++ lib.optional withCryptsetup (lib.getDev cryptsetup.dev)
|
||||
++ lib.optional withEfi gnu-efi
|
||||
++ lib.optional withKexectools kexec-tools
|
||||
|
|
Loading…
Reference in a new issue