From b39f687aa82be0ffe25a061bf657e89870be923b Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 26 Jun 2026 15:52:25 +0200 Subject: [PATCH] python3Packages.hdf5plugin: devendor some libs --- pkgs/development/python-modules/hdf5plugin/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/development/python-modules/hdf5plugin/default.nix b/pkgs/development/python-modules/hdf5plugin/default.nix index 2476d3bdc4db..e4731521e769 100644 --- a/pkgs/development/python-modules/hdf5plugin/default.nix +++ b/pkgs/development/python-modules/hdf5plugin/default.nix @@ -57,6 +57,16 @@ buildPythonPackage (finalAttrs: { zstd ]; + # devendor + postPatch = '' + rm -rf lib/c-blosc + rm -rf lib/c-blosc2 + rm -rf lib/bzip2 + rm -rf lib/charls + rm -rf lib/zfp + rm -rf lib/zstd + ''; + # opt-in to use use system libs instead env.HDF5PLUGIN_SYSTEM_LIBRARIES = lib.concatStringsSep "," [ "blosc"