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/serveez.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/serveez.scm') diff --git a/gnu/packages/serveez.scm b/gnu/packages/serveez.scm index 981d70ef70..b19d0ca596 100644 --- a/gnu/packages/serveez.scm +++ b/gnu/packages/serveez.scm @@ -50,9 +50,9 @@ (("/bin/sh") (which "sh"))) #t))))) (native-inputs - `(("lzip" ,lzip))) + (list lzip)) (inputs - `(("guile" ,guile-2.2))) + (list guile-2.2)) (home-page "https://www.gnu.org/software/serveez/") (synopsis "Framework for implementing IP-based servers") (description -- cgit v1.2.3