gnu: guile-fibers: Remove 'guile-fibers-next'.
* gnu/packages/guile-xyz.scm (guile-fibers-next): Remove. * gnu/packages/package-management.scm (guix-build-coordinator)[arguments] [native-inputs, propagated-inputs]: Replace GUILE-FIBERS-NEXT by GUILE-FIBERS-1.3. (nar-herder)[arguments, native-inputs, propagated-inputs]: Likewise. * gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
This commit is contained in:
parent
131b7ed6d1
commit
1261d2637c
3 changed files with 7 additions and 24 deletions
|
@ -871,23 +871,6 @@ is not available for Guile 2.0.")
|
||||||
;; <https://github.com/wingo/fibers/pull/53>.
|
;; <https://github.com/wingo/fibers/pull/53>.
|
||||||
(filter (cut string-suffix? "-linux" <>) %supported-systems))))
|
(filter (cut string-suffix? "-linux" <>) %supported-systems))))
|
||||||
|
|
||||||
(define-public guile-fibers-next
|
|
||||||
(let ((commit "99fc3e38048f732de67c43fde52e949fa294aa7d")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
|
||||||
(inherit guile-fibers-1.1)
|
|
||||||
(name "guile-fibers-next")
|
|
||||||
(version (git-version "1.3.0" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/wingo/fibers")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name "guile-fibers" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1950nf0qa52m1hhc33z0snci5azbdcv4m6hklk5rpqchc90x9h4p")))))))
|
|
||||||
|
|
||||||
(define-public guile-fibers
|
(define-public guile-fibers
|
||||||
(package
|
(package
|
||||||
(inherit guile-fibers-1.1)
|
(inherit guile-fibers-1.1)
|
||||||
|
|
|
@ -1444,7 +1444,7 @@ environments.")
|
||||||
"guile-gnutls"
|
"guile-gnutls"
|
||||||
,@(if (hurd-target?)
|
,@(if (hurd-target?)
|
||||||
'()
|
'()
|
||||||
'("guile-fibers-next")))))
|
'("guile-fibers")))))
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
(,bin
|
(,bin
|
||||||
|
@ -1485,7 +1485,7 @@ environments.")
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-fibers-next
|
guile-fibers-1.3
|
||||||
guile-lib
|
guile-lib
|
||||||
(first (assoc-ref (package-native-inputs guix) "guile"))))
|
(first (assoc-ref (package-native-inputs guix) "guile"))))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -1503,7 +1503,7 @@ environments.")
|
||||||
guile-sqlite3
|
guile-sqlite3
|
||||||
guix
|
guix
|
||||||
guile-gnutls
|
guile-gnutls
|
||||||
guile-fibers-next))
|
guile-fibers-1.3))
|
||||||
(home-page "https://git.cbaines.net/guix/build-coordinator/")
|
(home-page "https://git.cbaines.net/guix/build-coordinator/")
|
||||||
(synopsis "Tool to help build derivations")
|
(synopsis "Tool to help build derivations")
|
||||||
(description
|
(description
|
||||||
|
@ -1686,7 +1686,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
"guile-prometheus"
|
"guile-prometheus"
|
||||||
"guile-sqlite3"
|
"guile-sqlite3"
|
||||||
"guile-gnutls"
|
"guile-gnutls"
|
||||||
"guile-fibers-next")))
|
"guile-fibers")))
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("GUILE_LOAD_PATH" ":" prefix
|
`("GUILE_LOAD_PATH" ":" prefix
|
||||||
(,scm ,(string-join
|
(,scm ,(string-join
|
||||||
|
@ -1719,7 +1719,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
guile-json-4
|
guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers-next
|
guile-fibers-1.3
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
guile-lzlib
|
guile-lzlib
|
||||||
|
@ -1732,7 +1732,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
(list guile-json-4
|
(list guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers-next
|
guile-fibers-1.3
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
guile-lzlib
|
guile-lzlib
|
||||||
|
|
|
@ -4849,7 +4849,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
bash-minimal))
|
bash-minimal))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guix
|
(list guix
|
||||||
guile-fibers-next
|
guile-fibers-1.3
|
||||||
guile-json-4
|
guile-json-4
|
||||||
guile-email
|
guile-email
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
|
|
Reference in a new issue