mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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 @@ (define-public pspp
|
|||
("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