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:
parent
95d439b24c
commit
e6a5ce8e67
|
@ -144,13 +144,12 @@ LP/MIP solver is included in the package.")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
("gtk" ,gtk+-2)
|
||||||
|
("gtksourceview" ,gtksourceview)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
|
||||||
`(#:configure-flags
|
|
||||||
`("--without-gui"))) ; FIXME: package missing dependencies
|
|
||||||
(home-page "http://www.gnu.org/software/pspp/")
|
(home-page "http://www.gnu.org/software/pspp/")
|
||||||
(synopsis "Statistical analysis")
|
(synopsis "Statistical analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue