[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: guix-build-coordinator: Update to 0-69.8ca5f04.
From: |
guix-commits |
Subject: |
01/09: gnu: guix-build-coordinator: Update to 0-69.8ca5f04. |
Date: |
Tue, 31 Jan 2023 09:25:18 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 9b7ba7d960f72a22725280df5c95d89bbb7314f1
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jan 31 13:57:18 2023 +0000
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.
---
gnu/packages/package-management.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 820c9bb468..db1462fb94 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1357,8 +1357,8 @@ environments.")
"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 @@ environments.")
(commit commit)))
(sha256
(base32
- "0vh4hndqgpz8rwrlfc6vhypy1hxayb8lvxw1jc41ags3lhw75dcz"))
+ "0aq0hca9bfy0djn6vwqbxwpirbd0zmpwbj5m7lq4lpfmn2121lkd"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
@@ -1434,14 +1434,7 @@ environments.")
(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
- branch master updated (de4675d558 -> 38ef37d4bb), guix-commits, 2023/01/31
- 02/09: gnu: x42-plugins: Update to 20221119., guix-commits, 2023/01/31
- 04/09: gnu: zam-plugins: Update to 4.1., guix-commits, 2023/01/31
- 06/09: gnu: go-github-com-andybalholm-cascadia: Update to 1.3.1., guix-commits, 2023/01/31
- 01/09: gnu: guix-build-coordinator: Update to 0-69.8ca5f04.,
guix-commits <=
- 07/09: gnu: materia-theme: Update to 20210322., guix-commits, 2023/01/31
- 08/09: gnu: arc-theme: Update to 20221218., guix-commits, 2023/01/31
- 09/09: gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23., guix-commits, 2023/01/31
- 03/09: gnu: x42-plugins: Use new package style., guix-commits, 2023/01/31
- 05/09: gnu: zam-plugins: Use new package style., guix-commits, 2023/01/31