From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 6/7] gnu: add comment pointing to python-requests-mock in openstack Date: Tue, 19 Apr 2016 11:43:35 +0300 Message-ID: <87lh4ahtu0.fsf@gmail.com> References: <1460926257-25147-1-git-send-email-h.goebel@crazy-compilers.com> <1460926257-25147-7-git-send-email-h.goebel@crazy-compilers.com> <20160418202126.GF26231@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asRFz-0006uX-5B for guix-devel@gnu.org; Tue, 19 Apr 2016 04:43:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asRFv-00025B-Ty for guix-devel@gnu.org; Tue, 19 Apr 2016 04:43:39 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:33791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asRFv-00024w-NV for guix-devel@gnu.org; Tue, 19 Apr 2016 04:43:35 -0400 Received: by mail-lf0-x244.google.com with SMTP id p64so1483935lfg.0 for ; Tue, 19 Apr 2016 01:43:35 -0700 (PDT) In-Reply-To: <20160418202126.GF26231@jasmine> (Leo Famulari's message of "Mon, 18 Apr 2016 16:21:26 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari (2016-04-18 23:21 +0300) wrote: > On Sun, Apr 17, 2016 at 10:50:56PM +0200, Hartmut Goebel wrote: >> I did expect this package to be defined in python.scm. > > You can figure out where package foo is defined with `guix package > --show=foo`. That is more discoverable than a comment in the code base. Alternatively, you can do "guix edit foo" and look what module it is. -- Alex