pythonPackages.python-snappy: init at 0.5.3

This commit is contained in:
Chris Ostrouchov
2019-02-24 10:22:51 -05:00
parent 5b3d8888f7
commit 19df1a4f29
2 changed files with 43 additions and 0 deletions

View File

@@ -754,6 +754,10 @@ in {
python-sql = callPackage ../development/python-modules/python-sql { };
python-snappy = callPackage ../development/python-modules/python-snappy {
inherit (pkgs) snappy;
};
python-stdnum = callPackage ../development/python-modules/python-stdnum { };
python-socketio = callPackage ../development/python-modules/python-socketio { };