mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: guix-build-coordinator: Update to 0-13.3a921d4.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-13.3a921d4. (arguments): Remove nproc directory from the $PATH.
This commit is contained in:
parent
461d81727a
commit
1f7af04e3d
1 changed files with 3 additions and 4 deletions
|
@ -1028,8 +1028,8 @@ (define-public gwl
|
||||||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||||
|
|
||||||
(define-public guix-build-coordinator
|
(define-public guix-build-coordinator
|
||||||
(let ((commit "c33d3f570bd32afc2def410067db6b92ad6aff0a")
|
(let ((commit "3a921d472ebad0600e58abdc8808125771dfc309")
|
||||||
(revision "12"))
|
(revision "13"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1040,7 +1040,7 @@ (define-public guix-build-coordinator
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01mr211s1nb9hhm6784ibp87g59wifajcclbss3ry7i3qsbvg22j"))
|
"0bs1rwab7b3d14xr9spqzy54xbfga72aabqz35swb1whi83jz4ch"))
|
||||||
(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
|
||||||
|
@ -1070,7 +1070,6 @@ (define-public guix-build-coordinator
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
(,bin
|
(,bin
|
||||||
,(dirname (which "nproc")) ; used by the agent
|
|
||||||
;; Support building without sqitch as an input, as it
|
;; Support building without sqitch as an input, as it
|
||||||
;; can't be cross-compiled yet
|
;; can't be cross-compiled yet
|
||||||
,@(or (and=> (assoc-ref inputs "sqitch")
|
,@(or (and=> (assoc-ref inputs "sqitch")
|
||||||
|
|
Loading…
Reference in a new issue