John Darrington <j...@darrington.wattle.id.au> skribis: > From 1e5f4146bbe1d1ba4d73a5ff52b9e80e461bbe8c Mon Sep 17 00:00:00 2001 > From: John Darrington <j...@darrington.wattle.id.au> > 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’t as expected, so I just changed that as suggested. > + (setenv "XDG_DATA_HOME" (string-append (getenv > "NIX_BUILD_TOP") > + > "/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 <j...@darrington.wattle.id.au> > 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’.