gnu: guile-json: Rename "guile2.2-json" to "guile-json".
* gnu/packages/guile.scm (guile-json)[native-inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.2-json): Define using 'deprecated-package'. (guile2.0-json): New variable. * gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Update accordingly. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/package-management.scm (guix)[inputs]: Likewise.
This commit is contained in:
parent
a76ca052d6
commit
2252f087d4
4 changed files with 8 additions and 5 deletions
|
@ -7891,7 +7891,7 @@ library implementing most of the pipeline's features.")
|
||||||
`(("r-minimal" ,r-minimal)
|
`(("r-minimal" ,r-minimal)
|
||||||
("r-rcas" ,r-rcas)
|
("r-rcas" ,r-rcas)
|
||||||
("guile-next" ,guile-2.2)
|
("guile-next" ,guile-2.2)
|
||||||
("guile-json" ,guile2.2-json)
|
("guile-json" ,guile-json)
|
||||||
("guile-redis" ,guile2.2-redis)))
|
("guile-redis" ,guile2.2-redis)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
|
@ -247,7 +247,7 @@ their dependencies.")
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-2.2)
|
||||||
("guile-json" ,guile2.2-json)
|
("guile-json" ,guile-json)
|
||||||
("guile-sqlite3" ,guile-sqlite3)
|
("guile-sqlite3" ,guile-sqlite3)
|
||||||
("guix" ,guix)
|
("guix" ,guix)
|
||||||
("git" ,git)))
|
("git" ,git)))
|
||||||
|
|
|
@ -691,7 +691,7 @@ for Guile\".")
|
||||||
(("moddir =.*/share/guile/site" all)
|
(("moddir =.*/share/guile/site" all)
|
||||||
(string-append all "/@GUILE_EFFECTIVE_VERSION@")))))))
|
(string-append all "/@GUILE_EFFECTIVE_VERSION@")))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("guile" ,guile-2.0)))
|
(native-inputs `(("guile" ,guile-2.2)))
|
||||||
(home-page "http://savannah.nongnu.org/projects/guile-json/")
|
(home-page "http://savannah.nongnu.org/projects/guile-json/")
|
||||||
(synopsis "JSON module for Guile")
|
(synopsis "JSON module for Guile")
|
||||||
(description
|
(description
|
||||||
|
@ -707,7 +707,10 @@ specification. These are the main features:
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public guile2.2-json
|
(define-public guile2.2-json
|
||||||
(package-for-guile-2.2 guile-json))
|
(deprecated-package "guile2.2-json" guile-json))
|
||||||
|
|
||||||
|
(define-public guile2.0-json
|
||||||
|
(package-for-guile-2.0 guile-json))
|
||||||
|
|
||||||
(define-public guile-minikanren
|
(define-public guile-minikanren
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -248,7 +248,7 @@
|
||||||
"1giy2aprjmn5fp9c4s9r125fljw4wv6ixy5739i5bffw4jgr0f9r"))))))
|
"1giy2aprjmn5fp9c4s9r125fljw4wv6ixy5739i5bffw4jgr0f9r"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gnutls" ,gnutls/guile-2.2) ;for 'guix download' & co.
|
`(("gnutls" ,gnutls/guile-2.2) ;for 'guix download' & co.
|
||||||
("guile-json" ,guile2.2-json)
|
("guile-json" ,guile-json)
|
||||||
("guile-ssh" ,guile2.2-ssh)))
|
("guile-ssh" ,guile2.2-ssh)))
|
||||||
|
|
||||||
(home-page "https://www.gnu.org/software/guix/")
|
(home-page "https://www.gnu.org/software/guix/")
|
||||||
|
|
Reference in a new issue