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/re2c.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/re2c.scm') diff --git a/gnu/packages/re2c.scm b/gnu/packages/re2c.scm index ba96727d56..eb9daf4622 100644 --- a/gnu/packages/re2c.scm +++ b/gnu/packages/re2c.scm @@ -40,7 +40,7 @@ (define-public re2c (build-system gnu-build-system) (home-page "https://re2c.org/") (native-inputs - `(("python" ,python))) ; for the test driver + (list python)) ; for the test driver (synopsis "Lexer generator for C/C++") (description "@code{re2c} generates minimalistic hard-coded state machine (as opposed -- cgit v1.2.3