nixpkgs/pkgs/development/libraries/libdwarf
Raphael Robatsch a9c78d1d0c libdwarf: Enable dumping of zstd compressed sections
Otherwise it cannot dump objects created by our linux stdenv:

	$ echo 'int main() {}' > test.c
	$ cc -c -g test.c
	$ ./result-bin/bin/dwarfdump test.o
	./result-bin/bin/dwarfdump ERROR:  ERROR: Failure reading CU header or DIE, corrupt DWARF:  DW_DLE_ZDEBUG_REQUIRES_ZLIB:  zlib and zstd are missing, cannot decompress section.. Attempting to continue.
2023-12-26 18:26:01 +01:00
..
20210528.nix
common.nix
default.nix libdwarf: Enable dumping of zstd compressed sections 2023-12-26 18:26:01 +01:00