aboutsummaryrefslogtreecommitdiff
path: root/src/xyz
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-16 19:19:09 -0300
committerEuAndreh <eu@euandre.org>2021-02-16 19:19:09 -0300
commitff240142de4e0ddf09a53f8ba495f15e3a730520 (patch)
treeae85eb059d794750b8d39b15eb415de6d71fd480 /src/xyz
parentUse check-inputs when build derivations (diff)
downloadpackage-repository-ff240142de4e0ddf09a53f8ba495f15e3a730520.tar.gz
package-repository-ff240142de4e0ddf09a53f8ba495f15e3a730520.tar.xz
euandreh.scm: Replace tabs for spaces
Diffstat (limited to '')
-rw-r--r--src/xyz/euandreh/packages/euandreh.scm4
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"))))