From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno Haible Subject: bug#35551: guix search Date: Fri, 10 May 2019 16:21:21 +0200 Message-ID: <6987474.668M4leDEz@omega> References: <1666426.mZ6LCf6Yd0@omega> <3642152.sbCaK8LMaK@omega> <87sgtm1umd.fsf@gnu.org> 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]:44531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hP6PT-0006V4-Lc for bug-guix@gnu.org; Fri, 10 May 2019 10:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hP6PS-0008Tc-QY for bug-guix@gnu.org; Fri, 10 May 2019 10:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hP6PS-0008TY-Nl for bug-guix@gnu.org; Fri, 10 May 2019 10:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hP6PS-0001Me-IG for bug-guix@gnu.org; Fri, 10 May 2019 10:22:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sgtm1umd.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35551-done@debbugs.gnu.org Hi Ludo, > we don=E2=80=99t know beforehand what commands a package provides. Indeed, this information becomes available only while/after a package is built. > For that we=E2=80=99d need to resort to an external service providing thi= s info. Why would it need to be an external service? Can't you incorporate this information in a data file that you ship as part of the distribution? Bruno