diff options
author | John Darrington <john@darrington.wattle.id.au> | 2013-11-30 13:54:46 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-02 13:51:02 +0100 |
commit | e6a5ce8e67116f2fced88a893559ee665c8579b9 (patch) | |
tree | 3d2e9b4bf0ef5389d911e26f97a107bd5d449697 /gnu/packages/maths.scm | |
parent | 95d439b24c96f319da39a748bf81e096efed5989 (diff) | |
download | guix-e6a5ce8e67116f2fced88a893559ee665c8579b9.tar guix-e6a5ce8e67116f2fced88a893559ee665c8579b9.tar.gz |
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>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files 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 |