From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: Search for package output Date: Fri, 19 Apr 2019 14:56:21 +0300 Message-ID: <29323151555674981@myt1-06117f29c1ea.qloud-c.yandex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHSLC-0005yw-2A for help-guix@gnu.org; Fri, 19 Apr 2019 08:10:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHS85-0001vN-2R for help-guix@gnu.org; Fri, 19 Apr 2019 07:56:30 -0400 Received: from forward101p.mail.yandex.net ([77.88.28.101]:43879) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hHS84-0001rh-7c for help-guix@gnu.org; Fri, 19 Apr 2019 07:56:29 -0400 Received: from mxback11j.mail.yandex.net (mxback11j.mail.yandex.net [IPv6:2a02:6b8:0:1619::84]) by forward101p.mail.yandex.net (Yandex) with ESMTP id 692D43280E5D for ; Fri, 19 Apr 2019 14:56:22 +0300 (MSK) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix `guix package -s cargo` This does not return rust even though cargo is an output of rust. The manual says it looks at name, synopsis, or description. So this is not a surprise. Is there a way to search for programs that are an output of a package? I looked at "4.2 Invoking =E2=80=98guix package=E2=80=99" in the manual b= ut it is not covered there.