gnu: guix-build-coordinator: Update to 0-94.c4c4f5a.
This also switches to use guile-next, which includes important fixes to invalid unicode handling with suspendable ports, which is necessary for the agent. * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-94.c4c4f5a. * gnu/services/guix.scm: Use guile-next for the coordinator service. Change-Id: I853539a612fd0b41a6c63069c6291b3f42e5cdee
This commit is contained in:
		
							parent
							
								
									de9aafae17
								
							
						
					
					
						commit
						75a63e2a2e
					
				
					 2 changed files with 9 additions and 9 deletions
				
			
		|  | @ -1510,8 +1510,8 @@ environments.") | ||||||
|                   "0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc"))))))) |                   "0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc"))))))) | ||||||
| 
 | 
 | ||||||
| (define-public guix-build-coordinator | (define-public guix-build-coordinator | ||||||
|   (let ((commit "e4af682452580298b34681d37818a16771a17c66") |   (let ((commit "c4c4f5ae043562276b11c2bd1174d3e24bedcd6e") | ||||||
|         (revision "93")) |         (revision "94")) | ||||||
|     (package |     (package | ||||||
|       (name "guix-build-coordinator") |       (name "guix-build-coordinator") | ||||||
|       (version (git-version "0" revision commit)) |       (version (git-version "0" revision commit)) | ||||||
|  | @ -1522,7 +1522,7 @@ environments.") | ||||||
|                       (commit commit))) |                       (commit commit))) | ||||||
|                 (sha256 |                 (sha256 | ||||||
|                  (base32 |                  (base32 | ||||||
|                   "1i8x9nfpvg832lxwbpjl1kadldpkcnjlxdxl4c5jqx2hz680ylf3")) |                   "1212iskqlxgpyib1p7p1204a0kxmpxqyjv6q0pkypx6jg7f4lmjx")) | ||||||
|                 (file-name (string-append name "-" version "-checkout")))) |                 (file-name (string-append name "-" version "-checkout")))) | ||||||
|       (build-system gnu-build-system) |       (build-system gnu-build-system) | ||||||
|       (arguments |       (arguments | ||||||
|  | @ -1606,9 +1606,9 @@ environments.") | ||||||
|              guile-prometheus |              guile-prometheus | ||||||
|              guile-fibers |              guile-fibers | ||||||
|              guile-lib |              guile-lib | ||||||
|              (first (assoc-ref (package-native-inputs guix) "guile")))) |              guile-next)) | ||||||
|       (inputs |       (inputs | ||||||
|        (list (first (assoc-ref (package-native-inputs guix) "guile")) |        (list guile-next | ||||||
|              sqlite |              sqlite | ||||||
|              bash-minimal |              bash-minimal | ||||||
|              (libc-utf8-locales-for-target) |              (libc-utf8-locales-for-target) | ||||||
|  | @ -1648,9 +1648,9 @@ outputs of those builds.") | ||||||
|            guix |            guix | ||||||
|            guile-prometheus |            guile-prometheus | ||||||
|            guile-lib |            guile-lib | ||||||
|            (first (assoc-ref (package-native-inputs guix) "guile")))) |            guile-next)) | ||||||
|     (inputs |     (inputs | ||||||
|      (list (first (assoc-ref (package-native-inputs guix) "guile")) |      (list guile-next | ||||||
|            bash-minimal |            bash-minimal | ||||||
|            (libc-utf8-locales-for-target))) |            (libc-utf8-locales-for-target))) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|  |  | ||||||
|  | @ -171,7 +171,7 @@ | ||||||
|   (parallel-hooks                  guix-build-coordinator-configuration-parallel-hooks |   (parallel-hooks                  guix-build-coordinator-configuration-parallel-hooks | ||||||
|                                    (default '())) |                                    (default '())) | ||||||
|   (guile                           guix-build-coordinator-configuration-guile |   (guile                           guix-build-coordinator-configuration-guile | ||||||
|                                    (default guile-3.0-latest)) |                                    (default guile-next)) | ||||||
|   (extra-environment-variables |   (extra-environment-variables | ||||||
|    guix-build-coordinator-configuration-extra-environment-variables |    guix-build-coordinator-configuration-extra-environment-variables | ||||||
|    (default '()))) |    (default '()))) | ||||||
|  | @ -246,7 +246,7 @@ | ||||||
|                                                    client-communication-uri-string |                                                    client-communication-uri-string | ||||||
|                                                    (hooks '()) |                                                    (hooks '()) | ||||||
|                                                    (parallel-hooks '()) |                                                    (parallel-hooks '()) | ||||||
|                                                    (guile guile-3.0)) |                                                    (guile guile-next)) | ||||||
|   (program-file |   (program-file | ||||||
|    "start-guix-build-coordinator" |    "start-guix-build-coordinator" | ||||||
|    (with-extensions (cons guix-build-coordinator-package |    (with-extensions (cons guix-build-coordinator-package | ||||||
|  |  | ||||||
		Reference in a new issue