aboutsummaryrefslogtreecommitdiff
path: root/pkgs/python-packages/default.nix
blob: 94bb5fec7c4ad03f76e46f15bd10c630a7c1cce2 (plain) (blame)
1
2
3
4
5
6
7
8
{ mylibs, callPackage, python }:
{
  apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
  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; };
}