guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ludovic Courtès
Date: Thu, 8 Feb 2018 08:25:54 -0500 (EST)

branch: master
commit 5d60d9c4eb0f9b899b77cb5068585ac635c784b1
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 8 13:43:52 2018 +0100

    examples: random: Make the job name a symbol.
    
    * examples/random-jobs.scm (make-job): Add '.' in #:job-name.
---
 examples/random-jobs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/random-jobs.scm b/examples/random-jobs.scm
index 22cfa1b..9918cd1 100644
--- a/examples/random-jobs.scm
+++ b/examples/random-jobs.scm
@@ -23,7 +23,7 @@
 
 (define (make-job name derivation)
   (lambda ()
-    `((#:job-name ,name)
+    `((#:job-name . ,name)
       (#:derivation . ,(derivation-file-name (force derivation)))
       (#:license . ((name . "GPLv3+")))
       (#:description "dummy job")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]