From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Propagated inputs Date: Sun, 9 Nov 2014 23:25:21 +0100 Message-ID: <20141109222521.GA12114@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnavO-00084Z-Cc for guix-devel@gnu.org; Sun, 09 Nov 2014 17:25:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnavG-0001Vx-TL for guix-devel@gnu.org; Sun, 09 Nov 2014 17:25:34 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:58802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnavG-0001Vk-HC for guix-devel@gnu.org; Sun, 09 Nov 2014 17:25:26 -0500 Content-Disposition: inline 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@gnu.org Hello, polkit builds two libraries, polkit-agent and polkit-gobject. According to pkg-config, the second one Requires: gio-2.0 >= 2.18 glib-2.0 >= 2.18, while the first one requires nothing. So I decided to not propagate the glib input (which also contains gio), as potentially one could use the first library without glib. Or is it our policy to propagate inputs as soon as any of the built libraries requires them? Andreas