From 8394619baceb118df92e355377fd543bb1aa501a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= 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/wordnet.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/wordnet.scm') diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm index 03dadd431e..f46cc27b76 100644 --- a/gnu/packages/wordnet.scm +++ b/gnu/packages/wordnet.scm @@ -86,8 +86,7 @@ (outputs '("out" "tk")) ; for the Tcl/Tk GUI - (inputs `(("tk" ,tk) - ("tcl" ,tcl))) + (inputs (list tk tcl)) (home-page "https://wordnet.princeton.edu/") (synopsis "Lexical database for the English language") (description -- cgit v1.2.3