python.pkgs.zstandard: use libzstd instead of python zstd

This commit is contained in:
Frederik Rietdijk
2020-07-02 21:34:20 +02:00
parent 6eb63fc2e5
commit 3b4df94aeb
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -7298,7 +7298,9 @@ in {
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 { };