From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 6/7] gnu: Add spice-vdagent. Date: Thu, 28 Jul 2016 17:09:40 -0400 Message-ID: <20160728210940.GD1865@jasmine> References: <20160723214618.GA26113@jasmine> <20160724175230.19184-1-david@craven.ch> <20160724175230.19184-6-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSsZ1-0004Jh-5a for guix-devel@gnu.org; Thu, 28 Jul 2016 17:09:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSsYu-0006UF-T8 for guix-devel@gnu.org; Thu, 28 Jul 2016 17:09:53 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:34008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSsYu-0006Pt-Mh for guix-devel@gnu.org; Thu, 28 Jul 2016 17:09:48 -0400 Content-Disposition: inline In-Reply-To: <20160724175230.19184-6-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org On Sun, Jul 24, 2016 at 07:52:29PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > * gnu/packages/patches/spice-vdagent-localstatedir.patch: Add it. > +(define-public spice-vdagent > + (patches (search-patches "spice-vdagent-localstatedir.patch")))) As mentioned before, I converted this patch into a substitution in a build phase.