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/genimage.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gnu/packages/genimage.scm') diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm index 7f2270cc09..eb50141374 100644 --- a/gnu/packages/genimage.scm +++ b/gnu/packages/genimage.scm @@ -109,12 +109,12 @@ (lambda _ (invoke "make" "TEST_LOG_COMPILER=" "check")))))) (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ;;; Note: cramfs is obsolete. - ("dtc" ,dtc) ; for the tests - ("pkg-config" ,pkg-config) - ("util-linux" ,util-linux))) ; for the tests + (list autoconf + automake + ;;; Note: cramfs is obsolete. + dtc ; for the tests + pkg-config + util-linux)) ; for the tests (inputs `(("bash" ,bash) ("cdrkit-libre" ,cdrkit-libre) -- cgit v1.2.3