From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/5] gnu: Add efl. Date: Sun, 1 Mar 2015 20:24:54 +0100 Message-ID: <20150301192454.GA8178@debian> References: <1425161466-4681-1-git-send-email-sleep_walker@suse.cz> <1425161466-4681-2-git-send-email-sleep_walker@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS9U9-0003Af-4T for guix-devel@gnu.org; Sun, 01 Mar 2015 14:25:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YS9U3-0001D1-QF for guix-devel@gnu.org; Sun, 01 Mar 2015 14:25:05 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:52861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS9U3-0001Cs-Gk for guix-devel@gnu.org; Sun, 01 Mar 2015 14:24:59 -0500 Content-Disposition: inline In-Reply-To: <1425161466-4681-2-git-send-email-sleep_walker@suse.cz> 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: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Cc: guix-devel@gnu.org Hello, On Sat, Feb 28, 2015 at 11:11:02PM +0100, Tomáš Čech wrote: > + (propagated-inputs > + ; all these inputs are in package config files in section > + ; Require.private I was under the impression that only libraries given as "Require" needed to be propagated, and not "Require.private" ones. Maybe someone else can comment? You could also try to move them to normal inputs and see whether another package depending on efl still compiles. Andreas