On Sun, 06 Jan 2019 13:29:19 -0800 swedebugia@riseup.net wrote: > * gnu/packages/video.scm (youtube-viewer-cli): New variable. > --- > gnu/packages/video.scm | 62 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 62 insertions(+) ... > Subject: [PATCH 2/2] gnu: youtube-viewer: Rename to youtube-viewer-gtk > > * gnu/packages/video.scm (youtube-viewer): > [name] Rename it. > [arguments] Add phase to rename the binary. I think renaming binaries is too much of a divergence from upstream. This can only cause confusion to users coming to Guix from another distro that use the upstream binary names, and is unlikely to be adopted upstream: https://github.com/trizen/youtube-viewer/issues/230 If the desire is to create a slimmer cli-only package, would creating another output not work? `~Eric