From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Error on installed qt-4 package Date: Sat, 12 Oct 2013 23:35:38 +0200 Message-ID: <20131012213538.GA13511@debian> References: <20131012131630.GA6939@debian> <8761t2b75h.fsf@gnu.org> 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]:39913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV6qo-0002TB-2i for guix-devel@gnu.org; Sat, 12 Oct 2013 17:36:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VV6qj-0002Gu-4A for guix-devel@gnu.org; Sat, 12 Oct 2013 17:35:53 -0400 Content-Disposition: inline In-Reply-To: <8761t2b75h.fsf@gnu.org> 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: Ludovic Court??s Cc: guix-devel@gnu.org On Sat, Oct 12, 2013 at 09:50:34PM +0200, Ludovic Court??s wrote: > That’s because one of the ‘search-patch’ invocations returned #f–i.e., > the patch wasn’t found in the search path. Ah, my error - I forgot to add the patch to gnu-system.am. Sorry! Andreas