python3Packages.hdf5plugin: drop redundant snappy system-library entry

snappy is not a standalone filter; the Blosc filter links the system
c-blosc which already provides it. Enabling "snappy" produced
byte-identical plugin binaries, so the entry was dead.

Assisted-by: claude-code with claude-opus-4-8[1m]-high
This commit is contained in:
Aliaksandr
2026-06-08 00:45:46 +03:00
parent 4b93e567b6
commit 42629f0943
@@ -49,7 +49,6 @@ buildPythonPackage (finalAttrs: {
bzip2
charls
lz4
# snappy
# zfp
zlib
zstd
@@ -62,7 +61,6 @@ buildPythonPackage (finalAttrs: {
"bz2"
"charls"
"lz4"
# "snappy" # not a standalone filter; provided via the snappy-enabled c-blosc above
# "sperr" # not packaged?
# "zfp" # pkgconfig: (lib)zfp not found
"zlib"