guix-commits
[Top][All Lists]
Advanced

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

02/05: Use non-blocking inferior-eval-with-store in for glibc-locales


From: Christopher Baines
Subject: 02/05: Use non-blocking inferior-eval-with-store in for glibc-locales
Date: Tue, 30 Apr 2024 03:46:35 -0400 (EDT)

cbaines pushed a commit to branch master
in repository data-service.

commit 4a09be753c12e39186d448b30abced6ec1358ee1
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Apr 25 23:29:50 2024 +0100

    Use non-blocking inferior-eval-with-store in for glibc-locales
---
 guix-data-service/jobs/load-new-guix-revision.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/jobs/load-new-guix-revision.scm 
b/guix-data-service/jobs/load-new-guix-revision.scm
index 38ff754..e2fb379 100644
--- a/guix-data-service/jobs/load-new-guix-revision.scm
+++ b/guix-data-service/jobs/load-new-guix-revision.scm
@@ -1305,7 +1305,7 @@
     (let* ((derivation
             (or
              (and=>
-              (inferior-eval-with-store
+              (inferior-eval-with-store/non-blocking
                inf
                store
                '(lambda (store)



reply via email to

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