From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uNK2LKCv4F43bAAA0tVLHw (envelope-from ) for ; Wed, 10 Jun 2020 10:02:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id WNOSKKCv4F6QUAAAbx9fmQ (envelope-from ) for ; Wed, 10 Jun 2020 10:02:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 39F2794005D for ; Wed, 10 Jun 2020 10:02:08 +0000 (UTC) Received: from localhost ([::1]:49424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jixYd-0007EH-0b for larch@yhetil.org; Wed, 10 Jun 2020 06:02:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jixYQ-0007E4-Iz for guix-devel@gnu.org; Wed, 10 Jun 2020 06:01:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37865) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jixYP-0005PT-Gk; Wed, 10 Jun 2020 06:01:53 -0400 Received: from lfbn-ann-1-136-86.w86-200.abo.wanadoo.fr ([86.200.104.86]:45364 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jixYO-0000gv-BR; Wed, 10 Jun 2020 06:01:53 -0400 From: Mathieu Othacehe To: Pierre Neidhardt Subject: Re: Why does slim-service-type depend on GTK+? References: <871rmnfjek.fsf@ambrevar.xyz> Date: Wed, 10 Jun 2020 12:01:47 +0200 In-Reply-To: <871rmnfjek.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Wed, 10 Jun 2020 09:51:31 +0200") Message-ID: <87v9jzme7o.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: 3QP7mRbxaKM8 Hello Pierre, > Any idea how and why? Yes, you can use "guix graph" this way: --8<---------------cut here---------------start------------->8--- mathieu@elbruz ~/guix-master [env]$ guix graph -t references /gnu/store/9pnnigbg2a173xxabfrb50mayw4la2ag-system --path /gnu/store/hh2z7mqlj54cs23a94afpxjgxfyda566-gtk+-3.24.14 /gnu/store/9pnnigbg2a173xxabfrb50mayw4la2ag-system /gnu/store/bjsss7lbxzddqmljhvjjfczz3nrkpl32-boot /gnu/store/zdfy15qp870amyi89irm4wrinmjfxgnw-shepherd.conf /gnu/store/9znzaszxk0h9z7c13a12c6g5h7445rqb-shepherd-xorg-server-vt8.go /gnu/store/kc3qblcylk8gywdfxjan40qffij6axqg-slim.cfg /gnu/store/jjkn4f4xxiypjwkb2417xl2x34cx1rmn-startx /gnu/store/53i1740vbpcmz19l7spvpy6h7vw4g2aj-X-wrapper /gnu/store/8y45c5g3sxmks8kqjggwi099fabx2lqw-xserver.conf /gnu/store/1mzxwf9hrs19zxahc3yqb25f3fravin6-xf86-input-libinput-0.28.2 /gnu/store/r0nhb1i210s1zrcgrckqr6kmdlrpyw6v-libinput-1.15.2 /gnu/store/hh2z7mqlj54cs23a94afpxjgxfyda566-gtk+-3.24.14 --8<---------------cut here---------------end--------------->8--- and find out how gtk ends-up in the closure :) Thanks, Mathieu