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.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
John Darrington 2013-11-30 13:54:46 +01:00 committed by Ludovic Courtès
parent 95d439b24c
commit e6a5ce8e67
1 changed files with 2 additions and 3 deletions

View File

@ -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