gnu: guix-build-coordinator: Update to 0-86.f39f160.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-86.f39f160. [arguments]: Update style.
This commit is contained in:
parent
a62c8a80cb
commit
9312c68334
1 changed files with 59 additions and 60 deletions
|
|
@ -1408,8 +1408,8 @@ environments.")
|
||||||
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
|
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
|
||||||
|
|
||||||
(define-public guix-build-coordinator
|
(define-public guix-build-coordinator
|
||||||
(let ((commit "c44d485bba42034804beb47afc23005c4e73ea96")
|
(let ((commit "f39f16000469429745bd8aff3cd4d59b7c489fa1")
|
||||||
(revision "85"))
|
(revision "86"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
|
@ -1420,22 +1420,22 @@ environments.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y69yrmmifdp55l5c5b8iiq0llwpggxmq6a4233cdll3bhfxaicl"))
|
"1lmbwbza87xzbvmzw44sgpscmqjfl5kpgfl79n7hzwa1icqqb7mg"))
|
||||||
(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
|
||||||
`(#:modules (((guix build guile-build-system)
|
(list
|
||||||
|
#:modules `(((guix build guile-build-system)
|
||||||
#:select (target-guile-effective-version))
|
#:select (target-guile-effective-version))
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
#:imported-modules ((guix build guile-build-system)
|
#:imported-modules `((guix build guile-build-system)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'build 'set-GUILE_AUTO_COMPILE
|
(add-before 'build 'set-GUILE_AUTO_COMPILE
|
||||||
(lambda _
|
(lambda _
|
||||||
;; To avoid warnings relating to 'guild'.
|
;; To avoid warnings relating to 'guild'.
|
||||||
(setenv "GUILE_AUTO_COMPILE" "0")
|
(setenv "GUILE_AUTO_COMPILE" "0")))
|
||||||
#t))
|
|
||||||
(add-after 'install 'wrap-executable
|
(add-after 'install 'wrap-executable
|
||||||
(lambda* (#:key inputs outputs target #:allow-other-keys)
|
(lambda* (#:key inputs outputs target #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|
@ -1457,7 +1457,7 @@ environments.")
|
||||||
"guile-zlib"
|
"guile-zlib"
|
||||||
"guile-sqlite3"
|
"guile-sqlite3"
|
||||||
"guile-gnutls"
|
"guile-gnutls"
|
||||||
,@(if (target-hurd?)
|
#$@(if (target-hurd?)
|
||||||
'()
|
'()
|
||||||
'("guile-fibers")))))
|
'("guile-fibers")))))
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
|
|
@ -1486,8 +1486,7 @@ environments.")
|
||||||
version))
|
version))
|
||||||
guile-inputs)
|
guile-inputs)
|
||||||
":"))))))
|
":"))))))
|
||||||
(find-files bin)))
|
(find-files bin)))))
|
||||||
#t))
|
|
||||||
(delete 'strip)))) ; As the .go files aren't compatible
|
(delete 'strip)))) ; As the .go files aren't compatible
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
|
|
||||||
Reference in a new issue