From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: guix environment Date: Tue, 20 Jan 2015 18:21:03 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcUD-0007AO-Re for guix-devel@gnu.org; Tue, 20 Jan 2015 12:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDcUD-0006ko-39 for guix-devel@gnu.org; Tue, 20 Jan 2015 12:21:05 -0500 Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:50641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcUC-0006kd-S6 for guix-devel@gnu.org; Tue, 20 Jan 2015 12:21:05 -0500 Received: by mail-la0-f44.google.com with SMTP id s18so2344330lam.3 for ; Tue, 20 Jan 2015 09:21:03 -0800 (PST) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel Hi, I believe that "guix environment" does not consider all outputs properly. As one example, when I execute: guix environment libpeas the $PATH doesn't include /gnu/store/...glib-2.42.1-bin/bin where ("glib:bin" ,glib "bin") is one of the native-inputs of the package. Is this intentional? If yes, what is the reason? Thanks, Fede