mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guix-build-coordinator: Update to 0-101.0df0c1a.
This uses -O1 rather than the default -O2 to work around bug(s) in guile-next, and fixes the incompatability with the updated guile-lib. * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-101.0df0c1a. Change-Id: I52120016d306828e1430917eba6e7b1cc71858a2
This commit is contained in:
parent
be4b71f264
commit
1f963b9c58
1 changed files with 3 additions and 3 deletions
|
@ -1544,8 +1544,8 @@ (define-public gwl/next
|
|||
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "14e18eed98d1836662d8787d08f7a37cf8c2f69d")
|
||||
(revision "100"))
|
||||
(let ((commit "0df0c1a6b85f1f84affdd21b3b6b14fb62f7820e")
|
||||
(revision "101"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1556,7 +1556,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1vv1l6y80ymqi7qz70bfq4is4y1xh21jm4d4gapn63931ac4fiij"))
|
||||
"01p4ng1h061awfr8j520civgxl75239v67if3r7fqhr8k4f3b6ry"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue