From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: [PATCH] services: cups: Follow symlinks when installing extensions. Date: Thu, 01 Dec 2016 11:04:35 +0100 Message-ID: References: <20161130161745.136f7c1f@uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCOES-0003Er-7F for guix-devel@gnu.org; Thu, 01 Dec 2016 05:04:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCOEO-0001Mp-Q1 for guix-devel@gnu.org; Thu, 01 Dec 2016 05:04:48 -0500 Received: from pb-sasl2.pobox.com ([64.147.108.67]:56289 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cCOEO-0001Mb-M5 for guix-devel@gnu.org; Thu, 01 Dec 2016 05:04:44 -0500 In-Reply-To: <20161130161745.136f7c1f@uwaterloo.ca> (Andy Patterson's message of "Wed, 30 Nov 2016 16:17:45 -0500") 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" To: Andy Patterson Cc: guix-devel@gnu.org Hi, On Wed 30 Nov 2016 22:17, Andy Patterson writes: > This small patch fixes a build error I encountered when adding hplip to > my cups-configuration-extensions. Thanks, applied. In a better world, all these CUPS packages will be not doing so much symlinking in their output dirs, but the perfect is the enemy of the good :) Andy