summaryrefslogtreecommitdiff
path: root/examples/guix-track-git.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guix-track-git.scm')
-rw-r--r--examples/guix-track-git.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guix-track-git.scm b/examples/guix-track-git.scm
index 10a3d48..e3531f0 100644
--- a/examples/guix-track-git.scm
+++ b/examples/guix-track-git.scm
@@ -98,7 +98,7 @@
(define (package-job store job-name package system)
"Return a job called JOB-NAME that builds PACKAGE on SYSTEM."
- (λ ()
+ (lambda ()
`((#:job-name . ,(string-append (symbol->string job-name) "." system))
(#:derivation . ,(derivation-file-name
(parameterize ((%graft? #f))