mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue