From e6a5ce8e67116f2fced88a893559ee665c8579b9 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 30 Nov 2013 13:54:46 +0100 Subject: gnu: pspp: Enabled build of the gui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/math.scm (pspp): Removed the --without-gui flag and added the necessary inputs to build it. Signed-off-by: Ludovic Courtès --- 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 17d4503243..d46fd160ad 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 -- cgit v1.2.3