From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] pspp Date: Mon, 02 Dec 2013 13:53:46 +0100 Message-ID: <8761r7tnvp.fsf@gnu.org> References: <20131130131824.GA4676@intra> <87haatv8n0.fsf@gnu.org> <20131201070257.GA4803@intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnT0c-0006NI-L7 for guix-devel@gnu.org; Mon, 02 Dec 2013 07:54:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnT0W-0003vh-B5 for guix-devel@gnu.org; Mon, 02 Dec 2013 07:53:54 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:32226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnT0W-0003vb-4G for guix-devel@gnu.org; Mon, 02 Dec 2013 07:53:48 -0500 In-Reply-To: <20131201070257.GA4803@intra> (John Darrington's message of "Sun, 1 Dec 2013 08:02:58 +0100") 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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > From 1e5f4146bbe1d1ba4d73a5ff52b9e80e461bbe8c Mon Sep 17 00:00:00 2001 > From: John Darrington > Date: Sat, 30 Nov 2013 11:11:54 +0100 > Subject: [PATCH 1/2] gnu: Added gtksourceview > > * gnu/packages/gtk.scm (gtksourceview): New variable. Pushed. The formatting still wasn=E2=80=99t as expected, so I just changed that as suggested. > + (setenv "XDG_DATA_HOME" (string-append (getenv "NIX_BUILD= _TOP")=20 > + "/gtksourceview-2.= 10.5")) Here I replaced the right-hand side with (getcwd). (Sorry for not noticing earlier.) > From 77393a25d625be57a0f0fa7e573e72a7338d6b10 Mon Sep 17 00:00:00 2001 > From: John Darrington > Date: Sat, 30 Nov 2013 13:54:46 +0100 > Subject: [PATCH 2/2] gnu: pspp: Enabled build of the gui > > * gnu/packages/math.scm (pspp): Removed the --without-gui flag > and added the necessary inputs to build it. Pushed. Thanks! Ludo=E2=80=99.