mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: guix-build-coordinator: Update to 0-112.44c8108.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-112.44c8108. [arguments,native-inputs,propagated-inputs]: Add guile-knots. Change-Id: I5858ae6bb61bf3dada607ffea4ceda45f6a21df2 Change-Id: I72be3112709a07d2a83af98325fe7846a97ff6e7
This commit is contained in:
parent
dcac6d1ed1
commit
d17307c20f
1 changed files with 8 additions and 5 deletions
|
@ -1543,8 +1543,8 @@ (define-public gwl/next
|
|||
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "037eac0357baa448afe6aeeaf82d8f2e2665bbcb")
|
||||
(revision "111"))
|
||||
(let ((commit "44c81082c34c6d819743cf452db8d1769301805a")
|
||||
(revision "112"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1555,7 +1555,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0gvpbjjzig610i2rsdb0d6vjhaq8z507m481462y6vpxa55ri4yb"))
|
||||
"0chry1y781qb0s8mvkmbrm0473bd0rdw4b96vqm97fbgsvgkb6x6"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -1594,7 +1594,8 @@ (define-public guix-build-coordinator
|
|||
"guile-gnutls"
|
||||
#$@(if (target-hurd?)
|
||||
'()
|
||||
'("guile-fibers")))))
|
||||
'("guile-fibers"
|
||||
"guile-knots")))))
|
||||
(wrap-program file
|
||||
`("PATH" ":" prefix
|
||||
(,bin
|
||||
|
@ -1638,6 +1639,7 @@ (define-public guix-build-coordinator
|
|||
guix
|
||||
guile-prometheus
|
||||
guile-fibers
|
||||
guile-knots
|
||||
guile-lib
|
||||
guile-next))
|
||||
(inputs
|
||||
|
@ -1656,7 +1658,8 @@ (define-public guix-build-coordinator
|
|||
guile-sqlite3
|
||||
guix
|
||||
guile-gnutls
|
||||
guile-fibers))
|
||||
guile-fibers
|
||||
guile-knots))
|
||||
(home-page "https://git.cbaines.net/guix/build-coordinator/")
|
||||
(synopsis "Tool to help build derivations")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue