gnu: guix-build-coordinator: Update to 0-69.8ca5f04.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-69.8ca5f04.
[arguments]: Remove redundant wrap-program workaround.
This commit is contained in:
Christopher Baines 2023-01-31 13:57:18 +00:00
parent de4675d558
commit 9b7ba7d960
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1357,8 +1357,8 @@ (define-public gwl/next
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
(define-public guix-build-coordinator
(let ((commit "3768aec91daebb8db58e28cffe481e8878b59700")
(revision "68"))
(let ((commit "8ca5f045d232124e97069a30253853abc66be03e")
(revision "69"))
(package
(name "guix-build-coordinator")
(version (git-version "0" revision commit))
@ -1369,7 +1369,7 @@ (define-public guix-build-coordinator
(commit commit)))
(sha256
(base32
"0vh4hndqgpz8rwrlfc6vhypy1hxayb8lvxw1jc41ags3lhw75dcz"))
"0aq0hca9bfy0djn6vwqbxwpirbd0zmpwbj5m7lq4lpfmn2121lkd"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
@ -1434,14 +1434,7 @@ (define-public guix-build-coordinator
(assoc-ref inputs input)
version))
guile-inputs)
":"))))
(when target
;; XXX work around wrap-program picking bash for the
;; host rather than target
(let ((bash (assoc-ref inputs "bash")))
(substitute* file
(("^#!.*/bash")
(string-append "#! " bash "/bin/bash")))))))
":"))))))
(find-files bin)))
#t))
(delete 'strip)))) ; As the .go files aren't compatible