python.pkgs.zstandard: use libzstd instead of python zstd
This commit is contained in:
@@ -15,7 +15,8 @@ buildPythonPackage rec {
|
||||
sha256 = "e5cbd8b751bd498f275b0582f449f92f14e64f4e03b5bf51c571240d40d43561";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cffi zstd ];
|
||||
buildInputs = [ zstd ];
|
||||
propagatedBuildInputs = [ cffi ];
|
||||
|
||||
checkInputs = [ hypothesis ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user