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
commit a2a62a320a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;