From 8394619baceb118df92e355377fd543bb1aa501a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Dec 2021 17:18:24 +0100 Subject: gnu: Simplify package inputs. This commit was obtained by running: ./pre-inst-env guix style without any additional argument. --- gnu/packages/spreadsheet.scm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'gnu/packages/spreadsheet.scm') 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 -- cgit v1.2.3