From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: bug#22073: Fwd: search-paths and propagated inputs Date: Wed, 2 Dec 2015 09:18:07 +0100 Message-ID: References: <87egf7l3fz.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a42cx-0007VA-Pw for bug-guix@gnu.org; Wed, 02 Dec 2015 03:19:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a42cw-0007Yl-Op for bug-guix@gnu.org; Wed, 02 Dec 2015 03:19:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a42cw-0007Ye-LO for bug-guix@gnu.org; Wed, 02 Dec 2015 03:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a42cw-0000fH-5p for bug-guix@gnu.org; Wed, 02 Dec 2015 03:19:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a42c5-0007Qc-MV for bug-guix@gnu.org; Wed, 02 Dec 2015 03:18:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a42c4-0006zf-NN for bug-guix@gnu.org; Wed, 02 Dec 2015 03:18:09 -0500 Received: from mail-vk0-x229.google.com ([2607:f8b0:400c:c05::229]:33842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a42c4-0006zW-Ff for bug-guix@gnu.org; Wed, 02 Dec 2015 03:18:08 -0500 Received: by vkbs1 with SMTP id s1so20105573vkb.1 for ; Wed, 02 Dec 2015 00:18:08 -0800 (PST) In-Reply-To: <87egf7l3fz.fsf@mdc-berlin.de> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22073@debbugs.gnu.org Federico Beffa writes: > Federico Beffa writes: > >> Hi, >> >> the package 'gobject-introspection' declares a >> search-path-specification for the variable GI_TYPELIB_PATH and >> 'matplotlib' uses and propagates said package. I have 'matplotlib' in >> my profile, but "guix package --search-paths" doesn't show anything >> about GI_TYPELIB_PATH. >> >> Is it intentional or an oversight that search-path-specifications of >> propagated-inputs are not considered? Or, am I doing something wrong? >> >> Regards, >> Fede > > Bug or feature? I think it=E2=80=99s a bug. Right now users of matplotlib have to check th= e sources where it says that GI_TYPELIB_PATH must be set. ~~ Ricardo