diff options
author | EuAndreh <eu@euandre.org> | 2021-02-16 19:19:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-16 19:19:09 -0300 |
commit | ff240142de4e0ddf09a53f8ba495f15e3a730520 (patch) | |
tree | ae85eb059d794750b8d39b15eb415de6d71fd480 /src | |
parent | Use check-inputs when build derivations (diff) | |
download | package-repository-ff240142de4e0ddf09a53f8ba495f15e3a730520.tar.gz package-repository-ff240142de4e0ddf09a53f8ba495f15e3a730520.tar.xz |
euandreh.scm: Replace tabs for spaces
Diffstat (limited to 'src')
-rw-r--r-- | src/xyz/euandreh/packages/euandreh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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")))) |