From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH]: Add CUPS. Date: Mon, 5 Jan 2015 09:26:33 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y88cF-0004T7-El for guix-devel@gnu.org; Mon, 05 Jan 2015 09:26:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y88c8-0000D6-Pc for guix-devel@gnu.org; Mon, 05 Jan 2015 09:26:43 -0500 Received: from na3sys009aog137.obsmtp.com ([74.125.149.18]:43004 helo=mail-pd0-f181.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y88c8-0000Bd-JK for guix-devel@gnu.org; Mon, 05 Jan 2015 09:26:36 -0500 Received: by mail-pd0-f181.google.com with SMTP id v10so28310842pde.40 for ; Mon, 05 Jan 2015 06:26:33 -0800 (PST) In-Reply-To: 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: Ricardo Wurmus Cc: guix-devel On Mon, Jan 5, 2015 at 8:04 AM, Ricardo Wurmus wrote: > > I'm also not sure if creating two outputs "out" and "include" is > correct. To build OpenJDK with IcedTea I need to have both the library > output and the include files and after splitting the outputs this worked > fine. That doesn't seem correct. I don't see a reason to have a second output here. With a single output "out", everything will be included. - Dave