1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 02:30:30 +02:00

gnu: Use ‘define-deprecated-package’ for deprecated packages.

Use ‘define-deprecated-package’ instead of (define x (deprecated-package …))
throughout gnu/packages/*.scm.

Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
This commit is contained in:
Ludovic Courtès
2025-10-16 17:08:05 +02:00
parent e46dfc7e94
commit 9fcfb93944
75 changed files with 345 additions and 348 deletions

View File

@@ -188,8 +188,8 @@ to access its data, so it can be used as a drop-in replacement.")
package, an implementation of the Brotli lossless compression algorithm.")
(license license:expat)))
(define-public python-google-brotli
(deprecated-package "python-google-brotli" python-brotli))
(define-deprecated-package python-google-brotli
python-brotli)
(define-public python-multivolumefile
(package
@@ -792,8 +792,8 @@ for improving compression, as well as a python/C package that implements this
algorithm within the Numpy framework.")
(license license:expat)))
(define-public bitshuffle
(deprecated-package "bitshuffle" python-bitshuffle))
(define-deprecated-package bitshuffle
python-bitshuffle)
(define-public bitshuffle-for-snappy
(package/inherit python-bitshuffle