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. --- gnu/packages/maths.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index c1c78d5..69f931b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -144,13 +144,12 @@ LP/MIP solver is included in the package.") ("libxml2" ,libxml2) ("pango" ,pango) ("readline" ,readline) + ("gtk" ,gtk+-2) + ("gtksourceview" ,gtksourceview) ("zlib" ,zlib))) (native-inputs `(("perl" ,perl) ("pkg-config" ,pkg-config))) - (arguments - `(#:configure-flags - `("--without-gui"))) ; FIXME: package missing dependencies (home-page "http://www.gnu.org/software/pspp/") (synopsis "Statistical analysis") (description -- 1.7.10.4