mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Adjust users of deprecated packages.
* gnu/packages/databases.scm (apache-arrow-0.16)[inputs]: Change from GOOGLE-BROTLI to BROTLI. * gnu/packages/image.scm (libjxl)[propagated-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-logbook)[native-inputs]: Change from PYTHON-GOOGLE-BROTLI to PYTHON-BROTLI.
This commit is contained in:
parent
28074f1e09
commit
bb4d32b655
3 changed files with 3 additions and 3 deletions
|
@ -4390,7 +4390,7 @@ (define-public apache-arrow-0.16
|
|||
"-DARROW_BUILD_STATIC=OFF")))
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("brotli" ,google-brotli)
|
||||
("brotli" ,brotli)
|
||||
("double-conversion" ,double-conversion)
|
||||
("snappy" ,snappy)
|
||||
("gflags" ,gflags)
|
||||
|
|
|
@ -2278,7 +2278,7 @@ (define-public libjxl
|
|||
openexr))
|
||||
;; These are in Requires.private of libjxl.pc.
|
||||
(propagated-inputs
|
||||
(list google-brotli google-highway))
|
||||
(list brotli google-highway))
|
||||
(home-page "https://github.com/libjxl/libjxl")
|
||||
(synopsis "JPEG XL image format reference implementation")
|
||||
(description "This package contains a reference implementation of JPEG XL
|
||||
|
|
|
@ -439,7 +439,7 @@ (define-public python-logbook
|
|||
(invoke "pytest" "--cov=logbook" "-r" "s" "tests")))))))
|
||||
(native-inputs
|
||||
(list python-cython python-mock python-pytest python-pytest-cov
|
||||
python-google-brotli))
|
||||
python-brotli))
|
||||
(home-page "https://github.com/getlogbook/logbook")
|
||||
(synopsis "Logbook is a logging replacement for Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue