pythonPackages.zstd: init at 1.3.5.1 (#49339)

This commit is contained in:
Edmund Wu
2018-11-01 05:41:28 -04:00
committed by Robert Schütz
parent 9fce8d5203
commit 0111c7d851
2 changed files with 53 additions and 0 deletions

View File

@@ -10903,6 +10903,10 @@ EOF
todoist = callPackage ../development/python-modules/todoist { };
zstd = callPackage ../development/python-modules/zstd {
inherit (pkgs) zstd pkgconfig;
};
zxcvbn-python = callPackage ../development/python-modules/zxcvbn-python { };
incremental = callPackage ../development/python-modules/incremental { };