diff options
Diffstat (limited to 'gnu/packages/spreadsheet.scm')
-rw-r--r-- | gnu/packages/spreadsheet.scm | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gnu/packages/spreadsheet.scm b/gnu/packages/spreadsheet.scm index 99ff1bbff0..b81c67d63f 100644 --- a/gnu/packages/spreadsheet.scm +++ b/gnu/packages/spreadsheet.scm @@ -68,16 +68,14 @@ %standard-phases (delete 'configure)))) (inputs - `(("gnuplot" ,gnuplot) - ("libxls" ,libxls) - ("libxlsxwriter" ,libxlsxwriter) - ("libxml2" ,libxml2) - ("libzip" ,libzip) - ("ncurses" ,ncurses))) + (list gnuplot + libxls + libxlsxwriter + libxml2 + libzip + ncurses)) (native-inputs - `(("pkg-config" ,pkg-config) - ("which" ,which) - ("bison" ,bison))) + (list pkg-config which bison)) (synopsis "Spreadsheet program with vim-like keybindings") (description "@code{sc-im} is a highly configurable spreadsheet program |