mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #212566 from amjoseph-nixpkgs/pr/pahole/description
pahole: fix self-referential description
This commit is contained in:
commit
a2a62a320a
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/";
|
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;
|
license = licenses.gpl2Only;
|
||||||
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user