aboutsummaryrefslogblamecommitdiff
path: root/pkgs/python-packages/default.nix
blob: 2616d64b6d82fc12ed43179f49a407455705226b (plain) (tree)
1
2
3
4
5
6
7




                                                                                    
                                                                          
 
{ mylibs, callPackage, python }:
{
  apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
  buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; };
  wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
  pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
}