mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: guix, guix-jupyter, cuirass, hpcguix-web: Use Guile-JSON 4.0.
* gnu/packages/package-management.scm (guix)[native-inputs] [propagated-inputs]: Use GUILE-JSON-4 instead of GUILE-JSON-3. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/package-management.scm (guix-jupyter)[propagated-inputs]: Likewise. * gnu/packages/web.scm (hpcguix-web)[propagated-inputs]: Likewise.
This commit is contained in:
parent
793a48edc0
commit
8f7cf3b50c
3 changed files with 5 additions and 5 deletions
|
@ -123,7 +123,7 @@ (define-public cuirass
|
|||
`(("guile" ,guile-3.0)
|
||||
("guile-fibers" ,guile-fibers)
|
||||
("guile-gcrypt" ,guile-gcrypt)
|
||||
("guile-json" ,guile-json-3)
|
||||
("guile-json" ,guile-json-4)
|
||||
("guile-sqlite3" ,guile-sqlite3)
|
||||
("guile-git" ,guile-git)
|
||||
;; FIXME: this is propagated by "guile-git", but it needs to be among
|
||||
|
|
|
@ -322,7 +322,7 @@ (define code
|
|||
("guile" ,guile-3.0)
|
||||
("gnutls" ,gnutls)
|
||||
("guile-gcrypt" ,guile-gcrypt)
|
||||
("guile-json" ,guile-json-3)
|
||||
("guile-json" ,guile-json-4)
|
||||
("guile-sqlite3" ,guile-sqlite3)
|
||||
("guile-ssh" ,guile-ssh)
|
||||
("guile-git" ,guile-git)
|
||||
|
@ -373,7 +373,7 @@ (define code
|
|||
(propagated-inputs
|
||||
`(("gnutls" ,(if (%current-target-system) gnutls-3.6.13 guile3.0-gnutls))
|
||||
("guile-gcrypt" ,guile-gcrypt)
|
||||
("guile-json" ,guile-json-3)
|
||||
("guile-json" ,guile-json-4)
|
||||
("guile-sqlite3" ,guile-sqlite3)
|
||||
("guile-ssh" ,guile-ssh)
|
||||
("guile-git" ,guile-git)))
|
||||
|
@ -982,7 +982,7 @@ (define-public guix-jupyter
|
|||
`(("guix" ,guix)
|
||||
("guile" ,guile-3.0)))
|
||||
(propagated-inputs
|
||||
`(("guile-json" ,guile-json-3)
|
||||
`(("guile-json" ,guile-json-4)
|
||||
("guile-simple-zmq" ,guile-simple-zmq)
|
||||
("guile-gcrypt" ,guile-gcrypt)))
|
||||
(synopsis "Guix kernel for Jupyter")
|
||||
|
|
|
@ -7346,7 +7346,7 @@ (define-public hpcguix-web
|
|||
(propagated-inputs
|
||||
`(("guile" ,guile-3.0)
|
||||
("guile-commonmark" ,guile-commonmark)
|
||||
("guile-json" ,guile-json-3)))
|
||||
("guile-json" ,guile-json-4)))
|
||||
(home-page "https://github.com/UMCUGenetics/hpcguix-web")
|
||||
(synopsis "Web interface for cluster deployments of Guix")
|
||||
(description "Hpcguix-web provides a web interface to the list of packages
|
||||
|
|
Loading…
Reference in a new issue