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/forth.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/forth.scm') diff --git a/gnu/packages/forth.scm b/gnu/packages/forth.scm index 4dcea19f4e..8cb6ac8391 100644 --- a/gnu/packages/forth.scm +++ b/gnu/packages/forth.scm @@ -49,7 +49,7 @@ (install-file "gforth.el" emacs-sitedir) #t)))))) (native-inputs - `(("m4" ,m4))) + (list m4)) (synopsis "Forth interpreter") (description "Gforth is a fast and portable implementation of the ANSI Forth language. -- cgit v1.2.3