From ff240142de4e0ddf09a53f8ba495f15e3a730520 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 16 Feb 2021 19:19:09 -0300 Subject: euandreh.scm: Replace tabs for spaces --- src/xyz/euandreh/packages/euandreh.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xyz/euandreh/packages/euandreh.scm b/src/xyz/euandreh/packages/euandreh.scm index 542527e..16e9423 100644 --- a/src/xyz/euandreh/packages/euandreh.scm +++ b/src/xyz/euandreh/packages/euandreh.scm @@ -46,10 +46,10 @@ "/../../../../packages.json"))) (packages (call-with-input-file json-file json->scm))) (map (lambda (package) - (euandreh-package + (euandreh-package (assoc-ref package "name") (assoc-ref package "version-prefix") (assoc-ref package "version") (assoc-ref package "check-inputs") (content-hash (assoc-ref package "tarbal-sha256")))) - (vector->list (assoc-ref packages "packages")))) + (vector->list (assoc-ref packages "packages")))) -- cgit v1.2.3