python.pkgs.zstandard: it vendors a copy of zstd...
so we don't even need to give zstd at all. Related discussion https://github.com/NixOS/nixpkgs/issues/92075. Follow-up to 3b4df94aeb6e215085d08e3d5b0edc1313b9f584
This commit is contained in:
parent
3b4df94aeb
commit
0091e0358b
@ -3,7 +3,6 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, cffi
|
, cffi
|
||||||
, hypothesis
|
, hypothesis
|
||||||
, zstd
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -15,7 +14,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "e5cbd8b751bd498f275b0582f449f92f14e64f4e03b5bf51c571240d40d43561";
|
sha256 = "e5cbd8b751bd498f275b0582f449f92f14e64f4e03b5bf51c571240d40d43561";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zstd ];
|
|
||||||
propagatedBuildInputs = [ cffi ];
|
propagatedBuildInputs = [ cffi ];
|
||||||
|
|
||||||
checkInputs = [ hypothesis ];
|
checkInputs = [ hypothesis ];
|
||||||
|
@ -7298,9 +7298,7 @@ in {
|
|||||||
inherit (pkgs) zstd pkgconfig;
|
inherit (pkgs) zstd pkgconfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
zstandard = callPackage ../development/python-modules/zstandard {
|
zstandard = callPackage ../development/python-modules/zstandard { };
|
||||||
inherit (pkgs) zstd;
|
|
||||||
};
|
|
||||||
|
|
||||||
zxcvbn = callPackage ../development/python-modules/zxcvbn { };
|
zxcvbn = callPackage ../development/python-modules/zxcvbn { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user