Merge pull request #212566 from amjoseph-nixpkgs/pr/pahole/description

pahole: fix self-referential description
This commit is contained in:
Weijia Wang
2023-01-26 03:12:29 +01:00
committed by GitHub
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/";
description = "Pahole and other DWARF utils";
description = "Shows, manipulates, and pretty-prints debugging information in DWARF, CTF, and BTF formats";
license = licenses.gpl2Only;
platforms = platforms.linux;