gnu: patchelf: Shorten synopsis.

* gnu/packages/patchelf.scm (patchelf): Shorten synopsis.
This commit is contained in:
Ludovic Courtès 2013-12-03 23:57:48 +01:00
parent 97aed46fa3
commit 136b008fe7

View file

@ -39,8 +39,7 @@ (define-public patchelf
"00bw29vdsscsili65wcb5ay0gvg1w0ljd00sb5xc6br8bylpyzpw"))))
(build-system gnu-build-system)
(home-page "http://nixos.org/patchelf.html")
(synopsis
"A small utility to modify the dynamic linker and RPATH of ELF executables")
(synopsis "Modify the dynamic linker and RPATH of ELF executables")
(description
"PatchELF allows the ELF \"interpreter\" and RPATH of an ELF binary to be
changed.")