aboutsummaryrefslogtreecommitdiff
path: root/pkgs/python-packages/default.nix
blob: 441c5bc05f7e8e9c7892163662705b246da0c551 (plain) (blame)
1
2
3
4
5
6
7
{ mylibs, callPackage, python }:
{
  blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
  buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
  wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
  pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
}